From 70a1fd543d4f293449b6bd885ae91002c4fb48e0 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Thu, 18 Nov 2010 18:22:02 +0100 Subject: [PATCH] Commands can be added and removed dynamically by plugins. --- src/core/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/commands.c b/src/core/commands.c index 1a43e05..56a3e89 100644 --- a/src/core/commands.c +++ b/src/core/commands.c @@ -1021,4 +1021,4 @@ int command_dipatcher(struct hub_info* hub, struct hub_user* user, const char* m command_destroy(cmd); return 0; } -#endif // 0 +#endif