about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2001-12-27 16:56:06 +0000
committerAlexander Barton <alex@barton.de>2001-12-27 16:56:06 +0000
commit9d74f9007e5b3d6d8ca1ef78ac58268cbdb19bd8 (patch)
tree4eacfe2ad067d0bbc45ab826594c49256acc22d3 /src
parent3cd8fc844663d737f9ce9fe2fa9d50d1a41209d0 (diff)
downloadngircd-9d74f9007e5b3d6d8ca1ef78ac58268cbdb19bd8.tar.gz
ngircd-9d74f9007e5b3d6d8ca1ef78ac58268cbdb19bd8.zip
- RPL_WELCOME an Client_GetID() angepasst.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/messages.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ngircd/messages.h b/src/ngircd/messages.h
index 93ae6bf3..76f608ce 100644
--- a/src/ngircd/messages.h
+++ b/src/ngircd/messages.h
@@ -9,11 +9,14 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: messages.h,v 1.6 2001/12/26 22:48:53 alex Exp $
+ * $Id: messages.h,v 1.7 2001/12/27 16:56:06 alex Exp $
  *
  * irc.h: IRC-Befehle (Header)
  *
  * $Log: messages.h,v $
+ * Revision 1.7  2001/12/27 16:56:06  alex
+ * - RPL_WELCOME an Client_GetID() angepasst.
+ *
  * Revision 1.6  2001/12/26 22:48:53  alex
  * - MOTD-Datei ist nun konfigurierbar und wird gelesen.
  *
@@ -42,7 +45,7 @@
 
 
 #define RPL_WELCOME			"001"
-#define RPL_WELCOME_MSG			RPL_WELCOME" %s :Welcome to the Internet Relay Network %s!%s@%s"
+#define RPL_WELCOME_MSG			RPL_WELCOME" %s :Welcome to the Internet Relay Network %s"
 
 #define RPL_YOURHOST			"002"
 #define RPL_YOURHOST_MSG		RPL_YOURHOST" %s :Your host is %s, running ngircd "VERSION