added cmd_rename
[NeonServV5.git] / src / DBHelper.h
index 714246f3bdd9011a020e80cc8ed72952b31b324c..4750eccc69535d10414b9d5d300645c95e4a8e0f 100644 (file)
@@ -37,4 +37,5 @@ int isUserProtected(struct ChanNode *chan, struct UserNode *victim, struct UserN
 
 char *getBanAffectingMask(struct ChanNode *chan, char *mask); //returns bans that match a given mask   eg. *!*@ab*  if you pass  *!*@abcdefg.*
 
+int renameAccount(char *oldauth, char *newauth);
 #endif
\ No newline at end of file