]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.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 / users.h
index ee15f4845e1c09297527c5b143647e8669f84ce9..b5532f1e2a825865e92165933eb70df7fcf87d2f 100644 (file)
@@ -353,5 +353,7 @@ void AddWhoWas(userrec* u);
 void AddClient(int socket, char* host, int port, bool iscached, char* ip);
 void FullConnectUser(userrec* user);
 void ConnectUser(userrec *user);
+userrec* ReHashNick(char* Old, char* New);
+void force_nickchange(userrec* user,const char* newnick);
 
 #endif