]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/dnsqueue.h
Fixed to not allow :Abc NICK Abc, where the case of the old and new nick are *identical*
[user/henk/code/inspircd.git] / include / dnsqueue.h
1 #include "inspircd.h"
2 #include "users.h"
3
4 bool lookup_dns(std::string nick);
5 void dns_poll(int fdcheck);