diff options
author | dequis <dx@dxzone.com.ar> | 2015-04-06 09:30:30 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-04-06 09:35:57 -0300 |
commit | e3e2059c57f051d103645c120934a05ef5e35156 (patch) | |
tree | 14bbaa57556d7d64ba8a821eaeaf1b92bb1018fe /nick.h | |
parent | 69982f8361f8e75d768872fba0e1e94dd1d4e875 (diff) |
irc: split bee_irc_chat_name_hint in a few functions
Also split underscore_dedupe from nick_dedupe.
Diffstat (limited to 'nick.h')
-rw-r--r-- | nick.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ void nick_set_raw(account_t *acc, const char *handle, const char *nick); void nick_set(bee_user_t *bu, const char *nick); char *nick_get(bee_user_t *bu); char *nick_gen(bee_user_t *bu); +void underscore_dedupe(char nick[MAX_NICK_LENGTH + 1]); void nick_dedupe(bee_user_t * bu, char nick[MAX_NICK_LENGTH + 1]); int nick_saved(bee_user_t *bu); void nick_del(bee_user_t *bu); |