[srvx-commits] CVS: services/src chanserv.c,1.232.2.12,1.232.2.13
Brought to you by:
entrope
|
From: Adrian D. <sai...@us...> - 2002-11-16 19:12:25
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv11984
Modified Files:
Tag: rel-1_1-branch
chanserv.c
Log Message:
Fix misspelling that's been on the gamesnet running copy for a while
Index: chanserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.c,v
retrieving revision 1.232.2.12
retrieving revision 1.232.2.13
diff -C2 -r1.232.2.12 -r1.232.2.13
*** chanserv.c 16 Nov 2002 19:08:41 -0000 1.232.2.12
--- chanserv.c 16 Nov 2002 19:12:18 -0000 1.232.2.13
***************
*** 278,282 ****
#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."
--- 278,282 ----
#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."
|