Simplify and clean up putlog()

This commit is contained in:
Kevin Easton
2017-04-11 01:44:47 +10:00
parent 3cf21ccc9d
commit 83770fd645
2 changed files with 16 additions and 25 deletions

View File

@@ -81,7 +81,7 @@ extern LastMsg last_sent_ctcp[2];
char *BX_random_str (int, int);
void check_auto_away (time_t);
ChannelList * BX_prepare_command (int *, char *, int);
void putlog (int, ...);
void putlog(int type, const char *chname, const char *format, ...);
void add_mode_buffer ( char *, int);
void flush_mode (ChannelList *);