]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/u_listmode.h
Proper fix for end-of-list numerics on restricted lists in bug #386, rather than...
[user/henk/code/inspircd.git] / include / u_listmode.h
index baf7367450f39e1ec7ee4ac7f4243dcd0db44e7b..f7a38519668730b380b676a7c0f4fff3f80f48d7 100644 (file)
@@ -174,6 +174,11 @@ class ListModeBase : public ModeHandler
                user->WriteServ("%s %s %s :%s", endoflistnumeric.c_str(), user->nick, channel->name, endofliststring.c_str());
        }
 
+       virtual void DisplayEmptyList(userrec* user, chanrec* channel)
+       {
+               user->WriteServ("%s %s %s :%s", endoflistnumeric.c_str(), user->nick, channel->name, endofliststring.c_str());
+       }
+
        /** Remove all instances of the mode from a channel.
         * See mode.h
         * @param channel The channel to remove all instances of the mode from