diff options
Diffstat (limited to 'src/core/os_jupe.cpp')
-rw-r--r-- | src/core/os_jupe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_jupe.cpp b/src/core/os_jupe.cpp index 8718f95d8..341e2b28d 100644 --- a/src/core/os_jupe.cpp +++ b/src/core/os_jupe.cpp @@ -36,7 +36,7 @@ class CommandOSJupe : public Command snprintf(rbuf, sizeof(rbuf), "Juped by %s%s%s", u->nick.c_str(), reason ? ": " : "", reason ? reason : ""); if (server) ircdproto->SendSquit(jserver, rbuf); - Server *juped_server = new Server(Me, jserver, 0, rbuf, ircd->ts6 ? ts6_sid_retrieve() : ""); + Server *juped_server = new Server(Me, jserver, 1, rbuf, ircd->ts6 ? ts6_sid_retrieve() : ""); juped_server->SetFlag(SERVER_JUPED); ircdproto->SendServer(juped_server); |