]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_n.h
Add call to protocol interface to get useful info on the server map. Return a std...
[user/henk/code/inspircd.git] / include / modes / cmode_n.h
index ccc967ed28b91785ba714a35ba86c0823f852a6b..b623904f720a4b9a8bf710f10fe08f85c739e064 100644 (file)
@@ -17,9 +17,8 @@ class InspIRCd;
 
 /** Channel mode +n
  */
-class ModeChannelNoExternal : public ModeHandler
+class ModeChannelNoExternal : public SimpleChannelModeHandler
 {
  public:
        ModeChannelNoExternal(InspIRCd* Instance);
-       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding, bool servermode);
 };