Skip to content

Commit

Permalink
disconnecting cancels reconnection
Browse files Browse the repository at this point in the history
  • Loading branch information
psychs committed May 24, 2010
1 parent 2411e07 commit 2c76706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Controllers/MenuController.m
Expand Up @@ -662,6 +662,7 @@ - (void)onDisconnect:(id)sender
IRCClient* u = world.selectedClient;
if (!u) return;
[u quit];
[u cancelReconnect];
}

- (void)onCancelReconnecting:(id)sender
Expand Down

0 comments on commit 2c76706

Please sign in to comment.