1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 07:23:14 +02:00

fixed inspircd12 support - now we send a TS6SID on BURST

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2503 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
DukePyrolator
2009-09-14 17:40:47 +00:00
parent f4cc123f16
commit b88a12f8e5
+1 -1
View File
@@ -621,7 +621,7 @@ class InspIRCdProto : public IRCDProto
inspircd_cmd_pass(uplink_server->password);
me_server = new_server(NULL, ServerName, ServerDesc, SERVER_ISME, TS6SID);
SendServer(me_server);
send_cmd(NULL, "BURST");
send_cmd(NULL, ":%s BURST", TS6SID);
send_cmd(TS6SID, "VERSION :Anope-%s %s :%s - %s (%s) -- %s", version_number, ServerName, ircd->name, version_flags, EncModule, version_build);
}