Index: jupeserv.c
===================================================================
RCS file: /usr/local/cvsroot/Sentinel/src/jupeserv.c,v
retrieving revision 1.55
diff -u -r1.55 jupeserv.c
--- jupeserv.c	1 Apr 2004 22:29:25 -0000	1.55
+++ jupeserv.c	18 Jun 2004 01:01:34 -0000
@@ -394,7 +394,7 @@
   ** to see in wallops - Pantheon 10-15-02
   */
 
-  AddServerJupe(parv[1], u->myuser->username, CurrentTime, reason, 0);
+  AddServerJupe(parv[1], u->nick, CurrentTime, reason, 0);
   wallops(settings.name, "%s!%s@%s adding JUPE for %s - Reason: %s",
           u->nick, u->username, u->hostname, parv[1], reason);
   notice(u->nick, JupeServ.nick, "Jupe %s added, enforced", parv[1]);

