mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Fixed /connect bug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@556 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
5d1d33f20c
commit
f936e5630d
@ -5342,6 +5342,7 @@ void handle_connect(char **parameters, int pcnt, userrec *user)
|
|||||||
LinkPort = atoi(Link_Port);
|
LinkPort = atoi(Link_Port);
|
||||||
if (match(Link_ServerName,parameters[0])) {
|
if (match(Link_ServerName,parameters[0])) {
|
||||||
found = true;
|
found = true;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user