]> jfr.im git - solanum.git/blobdiff - extensions/extb_server.c
explicitly show IP in SNO_BANNED snotes
[solanum.git] / extensions / extb_server.c
index f637b6a8e1fd40356676c5fe458cb2a1f9ef1d55..b3e4e037f540f44471acd8539ac25e41167c62cc 100644 (file)
@@ -8,10 +8,11 @@
 #include "client.h"
 #include "ircd.h"
 
+static const char extb_desc[] = "Server ($s) extban type";
+
 static int _modinit(void);
 static void _moddeinit(void);
 static int eb_server(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
-static const char extb_desc[] = "Server ($s) extban type";
 
 DECLARE_MODULE_AV2(extb_server, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);