From 1b7c615062a7b203c7fc3ce4c56e16eb671f7c15 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 3 Sep 2006 00:09:38 +0000 Subject: Auto loading of commands as shared objects via dlsym (very lightweight interface, just expects a command_t* pointer) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5118 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands/cmd_nick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands/cmd_nick.h') diff --git a/include/commands/cmd_nick.h b/include/commands/cmd_nick.h index 1924ce1e8..f63a6195c 100644 --- a/include/commands/cmd_nick.h +++ b/include/commands/cmd_nick.h @@ -25,7 +25,7 @@ class cmd_nick : public command_t { public: - cmd_nick (InspIRCd* Instance) : command_t(Instance,"NICK",0,1) { syntax = ""; } + cmd_nick (InspIRCd* Instance) : command_t(Instance,"NICK",0,1,true) { syntax = ""; } void Handle(const char** parameters, int pcnt, userrec *user); }; -- cgit v1.2.3