aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/umode_i.cpp
diff options
context:
space:
mode:
authorGravatar brain2007-10-23 20:09:58 +0000
committerGravatar brain2007-10-23 20:09:58 +0000
commit4be79b163029aae7f322bd9699bb8855a96e0547 (patch)
tree28511617491d9e64076f216f4fd3a09b4c374a07 /src/modes/umode_i.cpp
parentpedantic safe (diff)
downloadinspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.tar.gz
inspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.tar.bz2
inspircd++-4be79b163029aae7f322bd9699bb8855a96e0547.zip
Pedantic safe
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8317 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/umode_i.cpp')
-rw-r--r--src/modes/umode_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/umode_i.cpp b/src/modes/umode_i.cpp
index e6a142459..63ee885c6 100644
--- a/src/modes/umode_i.cpp
+++ b/src/modes/umode_i.cpp
@@ -21,7 +21,7 @@ ModeUserInvisible::ModeUserInvisible(InspIRCd* Instance) : ModeHandler(Instance,
{
}
-ModeAction ModeUserInvisible::OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding)
+ModeAction ModeUserInvisible::OnModeChange(User* source, User* dest, Channel*, std::string&, bool adding)
{
/* Only opers can change other users modes */
if ((source != dest) && (!*source->oper))