]> jfr.im git - irc/quakenet/newserv.git/blobdiff - nterface/nterfacer_country.c
r439@blue (orig r429): slug | 2006-02-23 13:39:37 +0000
[irc/quakenet/newserv.git] / nterface / nterfacer_country.c
index 5fe7dd1b6cf37c3bcff12e1e254547c8d1bf4513..7f42daac4f73ad14556d979471711b2e052efa69 100644 (file)
@@ -6,16 +6,20 @@
 #include "../nick/nick.h"
 #include "../core/error.h"
 #include "../geoip/geoip.h"
+#include "../lib/version.h"
 
 #include "library.h"
 #include "nterfacer_control.h"
 
+MODULE_VERSION("$Id: nterfacer_country.c 663 2006-05-16 17:27:36Z newserv $")
+
 int country_nickext = -1;
 
 struct handler *hl = NULL, *hl2 = NULL;
 
 int handle_countrytotals(struct rline *li, int argc, char **argv);
 int handle_countrywhois(struct rline *li, int argc, char **argv);
+int GeoIP_country_info_by_id(int id, char **two, char **three, char **full);
 
 void _init(void) {
   if(!n_node) {