summaryrefslogtreecommitdiff
path: root/src/modules/m_nopartmsg.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-13 10:34:43 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-07-13 10:34:43 +0000
commit08496283c0d472e452b790671cb7d82df43a5bc7 (patch)
tree3b6a76c0caa2b22ca0f6aa0efc65b8f4936e5efa /src/modules/m_nopartmsg.cpp
parentaff121b07c1154adf676e216ae50bf143389fc0c (diff)
Indentation tweak
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10003 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_nopartmsg.cpp')
-rw-r--r--src/modules/m_nopartmsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_nopartmsg.cpp b/src/modules/m_nopartmsg.cpp
index 46b79b51f..19d2206d9 100644
--- a/src/modules/m_nopartmsg.cpp
+++ b/src/modules/m_nopartmsg.cpp
@@ -35,7 +35,7 @@ class ModulePartMsgBan : public Module
}
- virtual void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent)
+ virtual void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent)
{
if (!IS_LOCAL(user))
return;