mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-05 08:54:06 +00:00
- neue Konstante RPL_TIME_MSG.
This commit is contained in:
parent
1fd9216ca4
commit
15d78412bc
@ -9,7 +9,7 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
*
|
*
|
||||||
* $Id: messages.h,v 1.53 2002/11/22 23:08:04 alex Exp $
|
* $Id: messages.h,v 1.54 2002/11/24 18:45:31 alex Exp $
|
||||||
*
|
*
|
||||||
* irc.h: IRC-Befehle (Header)
|
* irc.h: IRC-Befehle (Header)
|
||||||
*/
|
*/
|
||||||
@ -71,6 +71,7 @@
|
|||||||
#define RPL_MOTDSTART_MSG "375 %s :- %s message of the day"
|
#define RPL_MOTDSTART_MSG "375 %s :- %s message of the day"
|
||||||
#define RPL_ENDOFMOTD_MSG "376 %s :End of MOTD command"
|
#define RPL_ENDOFMOTD_MSG "376 %s :End of MOTD command"
|
||||||
#define RPL_YOUREOPER_MSG "381 %s :You are now an IRC Operator"
|
#define RPL_YOUREOPER_MSG "381 %s :You are now an IRC Operator"
|
||||||
|
#define RPL_TIME_MSG "391 %s %s :%s"
|
||||||
|
|
||||||
#define ERR_NOSUCHNICK_MSG "401 %s %s :No such nick or channel name"
|
#define ERR_NOSUCHNICK_MSG "401 %s %s :No such nick or channel name"
|
||||||
#define ERR_NOSUCHSERVER_MSG "402 %s %s :No such server"
|
#define ERR_NOSUCHSERVER_MSG "402 %s %s :No such server"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user