]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_allowinvite.cpp
Add names for all modes (part 1 of named channel mode list)
[user/henk/code/inspircd.git] / src / modules / m_allowinvite.cpp
index 46e4fcf90f7858fea0a018a5ca31c04e87fe2ac6..ae6c14c1f6d38a551cce21648e63b374b45ab819 100644 (file)
@@ -18,7 +18,7 @@
 class AllowInvite : public SimpleChannelModeHandler
 {
  public:
-       AllowInvite(Module* Creator) : SimpleChannelModeHandler(Creator, 'A') { }
+       AllowInvite(Module* Creator) : SimpleChannelModeHandler(Creator, "allowinvite", 'A') { }
 };
 
 class ModuleAllowInvite : public Module