summaryrefslogtreecommitdiff
path: root/src/modules/m_tline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_tline.cpp')
-rw-r--r--src/modules/m_tline.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/m_tline.cpp b/src/modules/m_tline.cpp
index 79f9dff3c..31bd67e17 100644
--- a/src/modules/m_tline.cpp
+++ b/src/modules/m_tline.cpp
@@ -17,7 +17,7 @@
/* $ModDesc: Provides /tline command used to test who a mask matches */
/** Handle /TLINE
- */
+ */
class CommandTline : public Command
{
public:
@@ -57,7 +57,7 @@ class CommandTline : public Command
else
user->WriteServ( "NOTICE %s :*** TLINE: Counted %0.0f user(s). Matched '%s' against no user(s).", user->nick.c_str(), n_counted, parameters[0].c_str());
- return CMD_LOCALONLY;
+ return CMD_LOCALONLY;
}
};
@@ -68,7 +68,7 @@ class ModuleTLine : public Module
ModuleTLine(InspIRCd* Me)
: Module(Me)
{
-
+
newcommand = new CommandTline(ServerInstance);
ServerInstance->AddCommand(newcommand);
@@ -78,7 +78,7 @@ class ModuleTLine : public Module
virtual ~ModuleTLine()
{
}
-
+
virtual Version GetVersion()
{
return Version(1, 2, 0, 0, VF_VENDOR,API_VERSION);