From: brain Date: Sat, 27 Jan 2007 22:50:56 +0000 (+0000) Subject: OnExtendedMode was removed in 1.0, the function names here were incorrect. X-Git-Tag: v2.0.23~5942 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=60b105a2a90bd107e84b6a57a059e512e1244be1;p=user%2Fhenk%2Fcode%2Finspircd.git OnExtendedMode was removed in 1.0, the function names here were incorrect. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6446 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/src/cmd_modules.cpp b/src/cmd_modules.cpp index 755f2d9f3..c6c83df03 100644 --- a/src/cmd_modules.cpp +++ b/src/cmd_modules.cpp @@ -20,7 +20,7 @@ char* itab[] = { "OnUserConnect", "OnUserQuit", "OnUserDisconnect", "OnUserJoin", "OnUserPart", "OnRehash", "OnServerRaw", - "OnExtendedMode", "OnUserPreJoin", "OnUserPreKick", "OnUserKick", "OnOper", "OnInfo", "OnWhois", "OnUserPreInvite", + "OnUserPreJoin", "OnUserPreKick", "OnUserKick", "OnOper", "OnInfo", "OnWhois", "OnUserPreInvite", "OnUserInvite", "OnUserPreMessage", "OnUserPreNotice", "OnUserPreNick", "OnUserMessage", "OnUserNotice", "OnMode", "OnGetServerDescription", "OnSyncUser", "OnSyncChannel", "OnSyncChannelMetaData", "OnSyncUserMetaData", "OnDecodeMetaData", "ProtoSendMode", "ProtoSendMetaData", "OnWallops", "OnChangeHost", "OnChangeName", "OnAddGLine",