diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-11 21:09:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-11 21:09:01 +0000 |
commit | bd178c8172abb5662d60e3f0465ebda42d89a197 (patch) | |
tree | ac9d66452cce1db4667442e807850c4ffadb1811 /src | |
parent | 68fe463c8474de71f2e1814fc3fd92a0c684f729 (diff) |
Anyway the reason for this discussion - i wanted to do a test commit :p (insert a blank line here for it)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6299 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd_admin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd_admin.cpp b/src/cmd_admin.cpp index 959cb8789..24f91ed53 100644 --- a/src/cmd_admin.cpp +++ b/src/cmd_admin.cpp @@ -15,6 +15,7 @@ #include "users.h" #include "commands/cmd_admin.h" + extern "C" command_t* init_command(InspIRCd* Instance) { return new cmd_admin(Instance); |