mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
ban -> bans, just like in .c file :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1087 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
14dbcd00bf
commit
2faf78fe7c
@ -11,6 +11,6 @@ char *ban_get_masks(IRC_CHANNEL_REC *channel, const char *nicks);
|
||||
|
||||
void ban_set_type(const char *type);
|
||||
void ban_set(IRC_CHANNEL_REC *channel, const char *bans);
|
||||
void ban_remove(IRC_CHANNEL_REC *channel, const char *ban);
|
||||
void ban_remove(IRC_CHANNEL_REC *channel, const char *bans);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user