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

fixed a small issue in inspircd12 support, introduced with the last commit

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2504 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
DukePyrolator
2009-09-14 17:48:13 +00:00
parent b88a12f8e5
commit 2ee049d7d8
+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, ":%s BURST", TS6SID);
send_cmd(TS6SID, "BURST");
send_cmd(TS6SID, "VERSION :Anope-%s %s :%s - %s (%s) -- %s", version_number, ServerName, ircd->name, version_flags, EncModule, version_build);
}