[svn] - 2.2 operline
This commit is contained in:
parent
d8228627f2
commit
725a6c5dc9
3 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
jilles 2007/04/05 00:38:52 UTC (20070405-3396)
|
||||
Log:
|
||||
Show max_clients in /info.
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+6 -0 trunk/modules/m_info.c (File Modified)
|
||||
|
||||
|
||||
jilles 2007/04/05 00:33:52 UTC (20070405-3394)
|
||||
Log:
|
||||
Don't allow /quote set max higher than the
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070405-3394"
|
||||
#define SERNO "20070405-3396"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: messages.tab 3370 2007-04-03 10:15:39Z nenolod $
|
||||
* $Id: messages.tab 3404 2007-04-06 21:25:37Z nenolod $
|
||||
*/
|
||||
|
||||
static const char * replies[] = {
|
||||
|
@ -403,7 +403,7 @@ static const char * replies[] = {
|
|||
/* 378 RPL_WHOISHOST, */ "%s :is connecting from *@%s %s",
|
||||
/* 379 */ NULL,
|
||||
/* 380 */ NULL,
|
||||
/* 381 RPL_YOUREOPER, */ ":%s 381 %s :Here I am with a brain the size of a planet, and they want me to bring them coffee. I think I'll just kill myself...",
|
||||
/* 381 RPL_YOUREOPER, */ ":%s 381 %s :Congrats! You passed Internet Memes 101.",
|
||||
/* 382 RPL_REHASHING, */ ":%s 382 %s %s :Rehashing",
|
||||
/* 383 */ NULL,
|
||||
/* 384 RPL_MYPORTIS, */ NULL,
|
||||
|
|
Loading…
Reference in a new issue