aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/umode_o.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-08-29 19:46:48 +0000
committerGravatar brain2006-08-29 19:46:48 +0000
commitaafa9ef32329826bed5054f99b66253faaf7eac2 (patch)
tree0f7fa5b05e0b1db8307c5e8e1212010576849020 /src/modes/umode_o.cpp
parentSnomasks +k (kills) and +o (oper) (diff)
downloadinspircd++-aafa9ef32329826bed5054f99b66253faaf7eac2.tar.gz
inspircd++-aafa9ef32329826bed5054f99b66253faaf7eac2.tar.bz2
inspircd++-aafa9ef32329826bed5054f99b66253faaf7eac2.zip
More snomask +o (unoper)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5070 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/umode_o.cpp')
-rw-r--r--src/modes/umode_o.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modes/umode_o.cpp b/src/modes/umode_o.cpp
index 356f68d4e..bbb431ba9 100644
--- a/src/modes/umode_o.cpp
+++ b/src/modes/umode_o.cpp
@@ -24,6 +24,7 @@ ModeAction ModeUserOperator::OnModeChange(userrec* source, userrec* dest, chanre
* verifying as an oper and getting an opertype assigned
* to your userrec!
*/
+ SNO->WriteToSnoMask('o', "User %s de-opered (by %s)", dest.c_str(), source.c_str());
dest->UnOper();
return MODEACTION_ALLOW;