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 /irc.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 'irc.h')
-rw-r--r-- | irc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -298,6 +298,8 @@ void irc_channel_printf(irc_channel_t *ic, char *format, ...); gboolean irc_channel_name_ok(const char *name); void irc_channel_name_strip(char *name); int irc_channel_name_cmp(const char *a_, const char *b_); +char *irc_channel_name_gen(bee_t *bee, const char *name); +gboolean irc_channel_name_hint(irc_channel_t *ic, const char *name); void irc_channel_update_ops(irc_channel_t *ic, char *value); char *set_eval_irc_channel_ops(struct set *set, char *value); gboolean irc_channel_wants_user(irc_channel_t *ic, irc_user_t *iu); |