mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
!channel fixes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2803 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ede752530e
commit
3ecf864f18
6 changed files with 38 additions and 5 deletions
|
|
@ -26,6 +26,9 @@ void channel_destroy(CHANNEL_REC *channel);
|
|||
/* find channel by name, if `server' is NULL, search from all servers */
|
||||
CHANNEL_REC *channel_find(SERVER_REC *server, const char *name);
|
||||
|
||||
void channel_change_name(CHANNEL_REC *channel, const char *name);
|
||||
void channel_change_visible_name(CHANNEL_REC *channel, const char *name);
|
||||
|
||||
/* Send the auto send command to channel */
|
||||
void channel_send_autocommands(CHANNEL_REC *channel);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue