]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/messages.h
- externe portab-Header werden nicht mehr benoetigt. Notwendige Teile sind
[ngircd-alex.git] / src / ngircd / messages.h
index f12ee0123783d3bbdd4bfb8ca87bb5da04d37541..c008e033e7103af72b82936c1ff84d732635b040 100644 (file)
@@ -9,11 +9,17 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: messages.h,v 1.32 2002/02/27 18:23:24 alex Exp $
+ * $Id: messages.h,v 1.34 2002/03/03 19:41:46 alex Exp $
  *
  * irc.h: IRC-Befehle (Header)
  *
  * $Log: messages.h,v $
+ * Revision 1.34  2002/03/03 19:41:46  alex
+ * - neue Konstanten RPL_ENDOFWHO_MSG und RPL_WHOREPLY_MSG definiert.
+ *
+ * Revision 1.33  2002/02/27 20:33:01  alex
+ * - neue Text-Konstante: ERR_NOTONCHANNEL_MSG
+ *
  * Revision 1.32  2002/02/27 18:23:24  alex
  * - neue Text-Konstanten RPL_UNAWAY_MSG und RPL_NOWAWAY_MSG.
  *
 #define RPL_WHOISOPERATOR              "313"
 #define RPL_WHOISOPERATOR_MSG          RPL_WHOISOPERATOR" %s %s :is an IRC operator"
 
+#define RPL_ENDOFWHO                   "315"
+#define RPL_ENDOFWHO_MSG               RPL_ENDOFWHO" %s %s :End of WHO list"
+
 #define RPL_WHOISIDLE                  "317"
 #define RPL_WHOISIDLE_MSG              RPL_WHOISIDLE" %s %s %ld :seconds idle"
 
 #define RPL_VERSION                    "351"
 #define RPL_VERSION_MSG                        RPL_VERSION" %s "PACKAGE"-"VERSION".%s %s :%s"
 
+#define RPL_WHOREPLY                   "352"
+#define RPL_WHOREPLY_MSG               RPL_WHOREPLY" %s %s %s %s %s %s %s :%d %s"
+
 #define RPL_NAMREPLY                   "353"
 #define RPL_NAMREPLY_MSG               RPL_NAMREPLY" %s %s %s :"
 
 #define ERR_NICKNAMEINUSE              "433"
 #define ERR_NICKNAMEINUSE_MSG          ERR_NICKNAMEINUSE" %s %s :Nickname already in use"
 
+#define ERR_NOTONCHANNEL               "442"
+#define ERR_NOTONCHANNEL_MSG           ERR_NOTONCHANNEL" %s %s :You are not on that channel"
+
 #define ERR_NOTREGISTERED              "451"
 #define ERR_NOTREGISTERED_MSG          ERR_NOTREGISTERED" %s :Connection not registered"
 #define ERR_NOTREGISTEREDSERVER_MSG    ERR_NOTREGISTERED" %s :Connection not registered as server link"