mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -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);
|
||||
if (match(Link_ServerName,parameters[0])) {
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user