Update of /cvsroot/solidircd/solidircd-stable/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18995/src
Modified Files:
channel.c userban.c
Log Message:
changing the message to something shorter.
Index: userban.c
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/src/userban.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** userban.c 26 Dec 2005 05:21:38 -0000 1.10
--- userban.c 18 Mar 2006 04:46:23 -0000 1.11
***************
*** 495,498 ****
--- 495,501 ----
}
}
+
+
+
remove_userban(ban);
userban_free(ban);
Index: channel.c
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/src/channel.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** channel.c 12 Mar 2006 16:05:54 -0000 1.12
--- channel.c 18 Mar 2006 04:46:23 -0000 1.13
***************
*** 3400,3405 ****
{
sendto_one (who,
! ":%s NOTICE %s :*** Notice -- %s attempted to kick you. You are a channel operator, and can't be"
! " kicked by a half operator",
me.name, who->name, sptr->name); // this will help out paranoid channel operators -Sheik.
--- 3400,3404 ----
{
sendto_one (who,
! ":%s NOTICE %s :*** Notice -- %s attempted to kick you, however you are a channel operator",
me.name, who->name, sptr->name); // this will help out paranoid channel operators -Sheik.
|