mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-19 20:31:49 -05:00
reply on ctcp finger
This commit is contained in:
parent
93abba8232
commit
89ebe3e284
@ -60,7 +60,10 @@ public class IRCConnection extends PircBot
|
|||||||
this.server = Yaaic.getInstance().getServerById(serverId);
|
this.server = Yaaic.getInstance().getServerById(serverId);
|
||||||
this.service = service;
|
this.service = service;
|
||||||
|
|
||||||
|
// XXX: Should be configurable via settings
|
||||||
this.setAutoNickChange(true);
|
this.setAutoNickChange(true);
|
||||||
|
|
||||||
|
this.setFinger("http://www.youtube.com/watch?v=oHg5SJYRHA0");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user