diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-09 23:08:30 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-09 23:08:30 +0100 | 
| commit | a067771fa1799e689653931f6743b3502182b850 (patch) | |
| tree | afe0a0d236deb045a8000405a83609c85a691ef7 /irc.h | |
| parent | 4e608d6fee8ee39b871338524b6da00aa5a6e86b (diff) | |
Per-account channels also exist now.
Diffstat (limited to 'irc.h')
| -rw-r--r-- | irc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -191,6 +191,7 @@ struct irc_control_channel  {  	irc_control_channel_type_t type;  	struct bee_group *group; +	struct account *account;  };  extern const struct bee_ui_funcs irc_ui_funcs; | 
