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
1 changed files with 0 additions and 6 deletions

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