src/irc_cmd.h
changeset 39 a4891d71aca9
parent 37 4fe4a3c4496e
child 69 6f298b6e0d5f
--- a/src/irc_cmd.h	Thu Mar 12 18:35:05 2009 +0200
+++ b/src/irc_cmd.h	Thu Mar 12 18:48:42 2009 +0200
@@ -48,16 +48,4 @@
  */
 void irc_cmd_free (irc_cmd_handlers_t *handlers);
 
-/**
- * @group IRC command numerics
- * @{
- */
-
-/**
- * 001 <nick> :Welcome to the Internet Relay Network <nick>!<user>@<host>
- */
-#define IRC_RPL_WELCOME         "001"
-
-// @}
-
 #endif /* IRC_CMD_H */