[srvx-commits] CVS: services/src nickserv.c,1.138.2.46,1.138.2.47
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-09-05 04:43:12
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv30588/src Modified Files: Tag: rel-1_0 nickserv.c Log Message: sigh, fix right message Index: nickserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/nickserv.c,v retrieving revision 1.138.2.46 retrieving revision 1.138.2.47 diff -C2 -r1.138.2.46 -r1.138.2.47 *** nickserv.c 2001/09/05 04:10:02 1.138.2.46 --- nickserv.c 2001/09/05 04:43:09 1.138.2.47 *************** *** 125,130 **** #define NSMSG_HANDLE_SUSPENDED "Your $N handle has been suspended." #define NSMSG_AUTH_SUCCESS "I recognize you." ! #define NSMSG_AUTH_ALLOWED "User $b%s$b may now authenticate to handle $b%s$b by typing $b/msg $n auth %s password$b (using your password)." ! #define NSMSG_AUTH_ALLOWED_MSG "You may now authenticate to handle $b%s$b." #define NSMSG_AUTH_NORMAL_ONLY "User $b%s$b may now only authenticate to handles with matching hostmasks." #define NSMSG_AUTH_UNSPECIAL "User $b%s$b did not have any special auth allowance." --- 125,130 ---- #define NSMSG_HANDLE_SUSPENDED "Your $N handle has been suspended." #define NSMSG_AUTH_SUCCESS "I recognize you." ! #define NSMSG_AUTH_ALLOWED "User $b%s$b may now authenticate to handle $b%s$b." ! #define NSMSG_AUTH_ALLOWED_MSG "You may now authenticate to handle $b%s$b by typing $b/msg $n auth %s password$b (using your password)." #define NSMSG_AUTH_NORMAL_ONLY "User $b%s$b may now only authenticate to handles with matching hostmasks." #define NSMSG_AUTH_UNSPECIAL "User $b%s$b did not have any special auth allowance." |