1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

Removed default charset as user can now select a charset on server add/edit

This commit is contained in:
Sebastian Kaspari 2010-04-05 22:39:55 +02:00
parent 72b5a69cc3
commit 4c595547e8

View File

@ -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");
}