diff options
author | Adam <Adam@anope.org> | 2010-07-10 21:18:22 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-07-10 21:18:22 -0400 |
commit | a49521302628982f62ddadd997a81734f4d8c84f (patch) | |
tree | 22f14500849a1035d9af5c4a909624026ddb2209 /src/protocol/ratbox.cpp | |
parent | fa622aae38b7aa11ecab78412e91e262ae6fb3e3 (diff) |
Properly set up our clients as on our server internally. Fixes crashes when trying to akick our own clients etc
Diffstat (limited to 'src/protocol/ratbox.cpp')
-rw-r--r-- | src/protocol/ratbox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/ratbox.cpp b/src/protocol/ratbox.cpp index 33a3baceb..80065222d 100644 --- a/src/protocol/ratbox.cpp +++ b/src/protocol/ratbox.cpp @@ -189,7 +189,6 @@ class RatboxProto : public IRCDTS6Proto void SendConnect() { - Me = new Server(NULL, Config.ServerName, 0, Config.ServerDesc, TS6SID); ratbox_cmd_pass(uplink_server->password); ratbox_cmd_capab(); /* Make myself known to myself in the serverlist */ |