diff options
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_timedbans.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index 884a029b9..0265a1c5b 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -152,6 +152,7 @@ class ModuleTimedBans : public Module // falls into the abyss :p userrec* temp = new userrec; temp->fd = FD_MAGIC_NUMBER; + temp->server = ""; Srv->SendMode(setban,3,temp); delete temp; } |