Skip to content

Commit d37c246

Browse files
author
xnrand
committed
Use 001 instead of onConnect to determine when to send JOINs
1 parent 20637dc commit d37c246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/simpleircbridge/BridgeIRCBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected void onNickChange(String sender, String newnick) {
7979
}
8080

8181
@Override
82-
protected void onConnect() {
82+
protected void onNumeric001() {
8383
joinChannel(this.bridge.getSibConf().ircChannel);
8484
}
8585

0 commit comments

Comments
 (0)