[srvx-commits] CVS: services/src chanserv.c,1.243,1.244
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-07-07 04:27:47
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv19434/src Modified Files: chanserv.c Log Message: Yet another frivolous commit fixing yet another stupid typo. Index: chanserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/chanserv.c,v retrieving revision 1.243 retrieving revision 1.244 diff -C2 -r1.243 -r1.244 *** chanserv.c 7 Jul 2002 03:21:51 -0000 1.243 --- chanserv.c 7 Jul 2002 04:27:44 -0000 1.244 *************** *** 277,281 **** #define CSMSG_KICK_DONE "Kicked $b%s$b from %s." ! #define CSMSG_NO_BANS "No channel bans found om $b%s$b." #define CSMSG_BANS_REMOVED "Removed all channel bans from $b%s$b." --- 277,281 ---- #define CSMSG_KICK_DONE "Kicked $b%s$b from %s." ! #define CSMSG_NO_BANS "No channel bans found on $b%s$b." #define CSMSG_BANS_REMOVED "Removed all channel bans from $b%s$b." |