diff options
Diffstat (limited to 'include/snomasks.h')
-rw-r--r-- | include/snomasks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/snomasks.h b/include/snomasks.h index 4545c1ed7..2f53443f0 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -38,6 +38,7 @@ class Snomask */ Snomask(InspIRCd* Instance, char snomask, const std::string &description) { + ServerInstance = Instance; MySnomask = snomask; Description = description; } |