mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
updating user modes were handled as they were channel modes, like +o
etc. thought they needed arguments. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@735 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
28f3e476da
commit
1fa98c2369
5 changed files with 14 additions and 9 deletions
|
|
@ -23,8 +23,10 @@
|
|||
void modes_init(void);
|
||||
void modes_deinit(void);
|
||||
|
||||
/* add `mode' to `old' - return newly allocated mode. */
|
||||
char *modes_join(const char *old, const char *mode);
|
||||
/* add `mode' to `old' - return newly allocated mode.
|
||||
`channel' specifies if we're parsing channel mode and we should try
|
||||
to join mode arguments too. */
|
||||
char *modes_join(const char *old, const char *mode, int channel);
|
||||
|
||||
int channel_mode_is_set(IRC_CHANNEL_REC *channel, char mode);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue