aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-03 11:02:56 +0000
committerGravatar brain2006-08-03 11:02:56 +0000
commitfa79af8cbfc798665824929c0a6e2d663a101aa3 (patch)
tree4dba78547ef39702c7158b84a1ba736be710be88 /src/users.cpp
parentRemove craq (diff)
Add fjJ to 004 - this really needs to be dynamically generated but i'll save this for 1. but i'll save this for 1.1
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4663 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 73b269c97..288efc819 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -788,7 +788,7 @@ void FullConnectUser(userrec* user, CullList* Goners)
WriteServ(user->fd,"001 %s :Welcome to the %s IRC Network %s!%s@%s",user->nick,Config->Network,user->nick,user->ident,user->host);
WriteServ(user->fd,"002 %s :Your host is %s, running version %s",user->nick,Config->ServerName,VERSION);
WriteServ(user->fd,"003 %s :This server was created %s %s",user->nick,__TIME__,__DATE__);
- WriteServ(user->fd,"004 %s %s %s iowghrasxRVSCWBG lvhopsmntikrcaqbegIOLQRSKVHGCNT vhobeIaqglk",user->nick,Config->ServerName,VERSION);
+ WriteServ(user->fd,"004 %s %s %s iowghrasxRVSCWBG lvhopsmntikrcaqbegIOLQRSKVHGCNT vhobeIaqglkfjJ",user->nick,Config->ServerName,VERSION);
// anfl @ #ratbox, efnet reminded me that according to the RFC this cant contain more than 13 tokens per line...
// so i'd better split it :)
std::stringstream out(Config->data005);