summaryrefslogtreecommitdiff
path: root/src/modes.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-07-25 03:27:26 -0400
committerAdam <Adam@anope.org>2010-07-25 03:27:26 -0400
commit0af849cc0518d77af431ce4b120f0978fbd126a2 (patch)
treefe4592c2f174c19c7ebbb7f267efa86cad2e507c /src/modes.cpp
parent0d817b05726d2e8543d1c9e21f56ecbda700e05d (diff)
Backported changes to inspircd20.cpp from 1.9
Diffstat (limited to 'src/modes.cpp')
-rw-r--r--src/modes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modes.cpp b/src/modes.cpp
index 3b3c1045f..7cdcf08f2 100644
--- a/src/modes.cpp
+++ b/src/modes.cpp
@@ -361,7 +361,7 @@ void ChannelModeExcept::DelMask(Channel *chan, const char *mask)
* @param chan The channel
* @param mask The invex
*/
-void ChannelModeInvite::AddMask(Channel *chan, const char *mask)
+void ChannelModeInvex::AddMask(Channel *chan, const char *mask)
{
Entry *invite;
@@ -388,7 +388,7 @@ void ChannelModeInvite::AddMask(Channel *chan, const char *mask)
* @param chan The channel
* @param mask The index
*/
-void ChannelModeInvite::DelMask(Channel *chan, const char *mask)
+void ChannelModeInvex::DelMask(Channel *chan, const char *mask)
{
Entry *invite;