mirror of
https://github.com/anope/anope.git
synced 2026-07-07 13:03:12 +02:00
added a way to load multiple encryption modules at the same and to switch between encryption methods
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2602 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -358,7 +358,7 @@ class InspIRCdProto : public IRCDProto
|
||||
me_server = new_server(NULL, ServerName, ServerDesc, SERVER_ISME, TS6SID);
|
||||
SendServer(me_server);
|
||||
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);
|
||||
send_cmd(TS6SID, "VERSION :Anope-%s %s :%s - %s (%s) -- %s", version_number, ServerName, ircd->name, version_flags, EncModuleList[0], version_build);
|
||||
}
|
||||
|
||||
/* CHGIDENT */
|
||||
|
||||
Reference in New Issue
Block a user