mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-07 03:38:10 -05:00
Removed default charset as user can now select a charset on server add/edit
This commit is contained in:
parent
72b5a69cc3
commit
4c595547e8
@ -65,12 +65,6 @@ public class IRCConnection extends PircBot
|
||||
// XXX: Should be configurable via settings
|
||||
this.setAutoNickChange(true);
|
||||
|
||||
try {
|
||||
this.setEncoding("UTF-8");
|
||||
} catch(UnsupportedEncodingException e) {
|
||||
// Use default charset
|
||||
}
|
||||
|
||||
this.setFinger("http://www.youtube.com/watch?v=oHg5SJYRHA0");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user