aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-04-06 09:30:30 -0300
committerdequis <dx@dxzone.com.ar>2015-04-06 09:35:57 -0300
commite3e2059c57f051d103645c120934a05ef5e35156 (patch)
tree14bbaa57556d7d64ba8a821eaeaf1b92bb1018fe /irc.h
parent69982f8361f8e75d768872fba0e1e94dd1d4e875 (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index e5a34daa..bdc7a9b6 100644
--- a/irc.h
+++ b/irc.h
@@ -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);