From a78e985b881c97d476b0799ea5db5fe1f417c086 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 23 Oct 2007 20:29:00 +0000 Subject: More pedantic safety git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8318 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 67408ad6e..320ac6b29 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -720,10 +720,9 @@ class CoreExport InspIRCd : public classbase /** Add a new mode to this server's mode parser * @param mh The modehandler to add - * @param modechar The mode character this modehandler handles * @return True if the mode handler was added */ - bool AddMode(ModeHandler* mh, const unsigned char modechar); + bool AddMode(ModeHandler* mh); /** Add a new mode watcher to this server's mode parser * @param mw The modewatcher to add -- cgit v1.2.3