mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
Correctly alias 'channel' to '#channel'
Use the same approach used in 'irc_channels_join'. Remove 'irc_nick_strip' since it was unused.
This commit is contained in:
parent
fbb838b3b0
commit
d7ef9c590f
3 changed files with 15 additions and 29 deletions
|
|
@ -8,9 +8,6 @@ NICK_REC *irc_nicklist_insert(IRC_CHANNEL_REC *channel, const char *nick,
|
|||
int op, int halfop, int voice, int send_massjoin,
|
||||
const char *prefixes);
|
||||
|
||||
/* Remove all "extra" characters from `nick'. Like _nick_ -> nick */
|
||||
char *irc_nick_strip(const char *nick);
|
||||
|
||||
int irc_nickcmp_rfc1459(const char *, const char *);
|
||||
int irc_nickcmp_ascii(const char *, const char *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue