diff options
Diffstat (limited to 'src/s_serv.c')
-rw-r--r-- | src/s_serv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s_serv.c b/src/s_serv.c index b9930f5..857d7b2 100644 --- a/src/s_serv.c +++ b/src/s_serv.c @@ -192,7 +192,6 @@ hunt_server(struct Client *client_p, struct Client *source_p, const char *comman if (target_p->from == source_p->from && !MyConnect(target_p)) target_p = NULL; - collapse(parv[server]); wilds = has_wildcards(parv[server]); /* Again, if there are no wild cards involved in the server |