summaryrefslogtreecommitdiff
path: root/modules/commands/os_reload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_reload.cpp')
-rw-r--r--modules/commands/os_reload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/os_reload.cpp b/modules/commands/os_reload.cpp
index e7a07054f..0370bcd2e 100644
--- a/modules/commands/os_reload.cpp
+++ b/modules/commands/os_reload.cpp
@@ -1,6 +1,6 @@
/* OperServ core functions
*
- * (C) 2003-2012 Anope Team
+ * (C) 2003-2013 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -49,7 +49,7 @@ class CommandOSReload : public Command
source.Reply(" ");
source.Reply(_("Causes Services to reload the configuration file. Note that\n"
"some directives still need the restart of the Services to\n"
- "take effect (such as Services' nicknames, activation of the \n"
+ "take effect (such as Services' nicknames, activation of the\n"
"session limitation, etc.)"));
return true;
}