mirror of
https://github.com/anope/anope.git
synced 2026-06-28 13:16:38 +02:00
Make the hops parameter to Server optional.
This commit is contained in:
@@ -287,7 +287,7 @@ struct IRCDMessageServer final
|
||||
if (params[1] != "1")
|
||||
return;
|
||||
|
||||
new Server(source.GetServer() == NULL ? Me : source.GetServer(), params[0], 1, params[2], UplinkSID);
|
||||
new Server(source.GetServer() == NULL ? Me : source.GetServer(), params[0], params[2], UplinkSID, 1);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user