mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 12:33:12 +02:00
fixed a missing : on numeric 379
This commit is contained in:
@@ -40,4 +40,5 @@
|
||||
- Fixed a bug where you would receive a double notice when someone does a /who 0 o
|
||||
- Added first part of the new config parser, s_conf2.c
|
||||
- Added the next part of the new config parser, and some even more
|
||||
- Fixed a missing : on numeric 379 found by script0r
|
||||
- Added some a bit functional _conf_class code
|
||||
|
||||
+1
-1
@@ -416,7 +416,7 @@ static char *replies[] = {
|
||||
/* 376 RPL_ENDOFMOTD */ ":%s 376 %s :End of /MOTD command.",
|
||||
/* 377 */ NULL,
|
||||
/* 378 RPL_WHOISHOST */ ":%s 378 %s %s :is connecting from *@%s",
|
||||
/* 379 RPL_WHOISMODES */ ":%s 379 %s %s is using modes %s",
|
||||
/* 379 RPL_WHOISMODES */ ":%s 379 %s %s :is using modes %s",
|
||||
/* 380 */ NULL,
|
||||
/* 381 RPL_YOUREOPER */ ":%s 381 %s :You are now an IRC Operator",
|
||||
/* 382 RPL_REHASHING */ ":%s 382 %s %s :Rehashing",
|
||||
|
||||
Reference in New Issue
Block a user