diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -132,14 +132,12 @@ void reconnect(void) { void main(void) { bell_type = config.alert_type; /* TODO: have bell.s read staight from the struct */ - OS.soundr = 0; // Turn off SIO beeping sound edbox_clear(); scr_init(); init_channels(); while(1) { - edbox_callback = cmd_execute; if(fn_connect()) { ind_net_idle(); irc_register(); |
