Very minor simplification/cleanup of is_channel()

This commit is contained in:
Kevin Easton
2019-07-08 17:34:08 +10:00
parent b9803e69d1
commit e347375cb3
3 changed files with 8 additions and 10 deletions

View File

@@ -321,7 +321,7 @@ extern int cpu_saver;
extern struct sockaddr_foobar local_ip_address;
int BX_is_channel (char *);
int BX_is_channel (const char *);
void BX_irc_exit (int, char *, char *, ...);
void BX_beep_em (int);
void got_initial_version (char *);