From 7732290614430371cc755b8e7aaba558c6d599dd Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Oct 2008 19:27:23 +0000 Subject: D'oh git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10723 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands/cmd_zline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commands') 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& 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 { -- cgit v1.2.3