/HELP, /NAMES: using now the column helper function in misc.c. /NAMES

moved to core and is printed immediately instead of sending /NAMES
request to server.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1162 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-28 15:46:00 +00:00 committed by cras
commit 3927ef9713
9 changed files with 246 additions and 142 deletions

View file

@ -0,0 +1,9 @@
#ifndef __FE_CHANNELS_H
#define __FE_CHANNELS_H
void fe_channels_nicklist(CHANNEL_REC *channel);
void fe_channels_init(void);
void fe_channels_deinit(void);
#endif