mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-11 12:41:37 +01:00
Mroe shit
This commit is contained in:
parent
ef43f0f2ca
commit
0576528af0
1 changed files with 0 additions and 15 deletions
15
src/s_misc.c
15
src/s_misc.c
|
@ -510,21 +510,6 @@ int exit_client(aClient *cptr, aClient *sptr, aClient *from, char *comment)
|
|||
if (IsClient(acptr) && (acptr->srvptr == sptr))
|
||||
exit_one_client(NULL, acptr,
|
||||
&me, comment1, 1);
|
||||
#ifdef DEBUGMODE
|
||||
else if (IsClient(acptr) &&
|
||||
(find_server(acptr->user->server, NULL) == sptr))
|
||||
{
|
||||
sendto_ops("WARNING, srvptr!=sptr but "
|
||||
"find_server did! User %s on %s "
|
||||
"thought it was on %s while "
|
||||
"loosing %s. Tell coding team.",
|
||||
acptr->name, acptr->user->server,
|
||||
acptr->srvptr ? acptr->
|
||||
srvptr->name : "<noserver>", sptr->name);
|
||||
exit_one_client_in_split(NULL, acptr, &me,
|
||||
comment1);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue