diff options
| author | 2008-05-07 18:24:55 +0000 | |
|---|---|---|
| committer | 2008-05-07 18:24:55 +0000 | |
| commit | 69b42417f3133154536034074b0d60d2f0314a72 (patch) | |
| tree | 90521a6e44139025c51860a0dd276425f0db8450 /src/modules/m_inviteexception.cpp | |
| parent | Fix broken m_alias, cant preallocate and then push_back, because then its ma... (diff) | |
Make u_listmode more sensible and make it properly use WriteNumeric, and a few other misc fixes found during today
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9659 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_inviteexception.cpp')
| -rw-r--r-- | src/modules/m_inviteexception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_inviteexception.cpp b/src/modules/m_inviteexception.cpp index dfe796b8b..95f27ee0d 100644 --- a/src/modules/m_inviteexception.cpp +++ b/src/modules/m_inviteexception.cpp @@ -34,7 +34,7 @@ class InspIRCd* ServerInstance; class InviteException : public ListModeBase { public: - InviteException(InspIRCd* Instance) : ListModeBase(Instance, 'I', "End of Channel Invite Exception List", "346", "347", true) { } + InviteException(InspIRCd* Instance) : ListModeBase(Instance, 'I', "End of Channel Invite Exception List", 346, 347, true) { } }; class ModuleInviteException : public Module |
