summaryrefslogtreecommitdiff
path: root/src/commands/cmd_links.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/cmd_links.cpp')
-rw-r--r--src/commands/cmd_links.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_links.cpp b/src/commands/cmd_links.cpp
index 5de58e90f..d722fa65d 100644
--- a/src/commands/cmd_links.cpp
+++ b/src/commands/cmd_links.cpp
@@ -31,7 +31,7 @@ class CommandLinks : public Command
public:
/** Constructor for links.
*/
- CommandLinks (InspIRCd* Instance, Module* parent) : Command(Instance,parent,"LINKS",0,0) { }
+ CommandLinks ( Module* parent) : Command(parent,"LINKS",0,0) { }
/** Handle command.
* @param parameters The parameters to the comamnd
* @param pcnt The number of parameters passed to teh command