Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r5ebff60 ra9b1e0e  
    299299void irc_channel_name_strip(char *name);
    300300int irc_channel_name_cmp(const char *a_, const char *b_);
     301char *irc_channel_name_gen(irc_t *irc, const char *name);
     302gboolean irc_channel_name_hint(irc_channel_t *ic, const char *name);
    301303void irc_channel_update_ops(irc_channel_t *ic, char *value);
    302304char *set_eval_irc_channel_ops(struct set *set, char *value);
Note: See TracChangeset for help on using the changeset viewer.