summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-26 19:27:23 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-26 19:27:23 +0000
commit7732290614430371cc755b8e7aaba558c6d599dd (patch)
tree236074ba98fec4c90e8bf2aa7f9ce56b80c74e91 /src/commands
parent13d01bbdb2b64df93a8482d4339e211e7b054d16 (diff)
D'oh
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10723 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/cmd_zline.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/cmd_zline.cpp b/src/commands/cmd_zline.cpp
index feaeb6c6a..119519e74 100644
--- a/src/commands/cmd_zline.cpp
+++ b/src/commands/cmd_zline.cpp
@@ -1,4 +1,4 @@
-i/* +------------------------------------+
+/* +------------------------------------+
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
@@ -67,7 +67,7 @@ CmdResult CommandZline::Handle (const std::vector<std::string>& parameters, User
{
if (!duration)
{
- ServerInstance->SNO->WriteToSnoMask('x',"%s added permanent Z-line for %s: %s",user->nick.c_str(),target.c_str(), parameters[2].c_str());
+ ServerInstance->SNO->WriteToSnoMask('x',"%s added permanent Z-line for %s: %s", user->nick.c_str(), target.c_str(), parameters[2].c_str());
}
else
{