diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 15728e8..b97a47e 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -531,7 +531,7 @@ int CQnetGateway::get_yrcall_rptr_from_cache(char *call, char *arearp_cs, char * return 2; } - if ((*mod != 'A') && (*mod != 'B') && (*mod != 'C')) { + if (*mod == 'G') { printf("Invalid module %c\n", *mod); return 2; } diff --git a/versions.h b/versions.h index c8fa022..f9c2499 100644 --- a/versions.h +++ b/versions.h @@ -1,5 +1,5 @@ // version strings must be 55 characters or less! -#define IRCDDB_VERSION "linux-qngateway-6.1.0" +#define IRCDDB_VERSION "linux-qngateway-6.1.1" #define LINK_VERSION "6.0.0" #define DVAP_VERSION "linux-qndvap-5.1.1" #define DVRPTR_VERSION "linux-qndvrptr-5.1.0"