Replaced lowercase letters by uppercase ones on application name

This commit is contained in:
Daniel E. Moctezuma 2012-09-27 03:17:17 -07:00 committed by Sebastian Kaspari
parent 6dc38f5f54
commit 3f8578ef73
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class IRCConnection extends PircBot
{
this.sendRawLine(
"NOTICE " + sourceNick + " :\u0001VERSION " +
"Yaaic - Yet another Android IRC client - http://www.yaaic.org" +
"Yaaic - Yet Another Android IRC Client - http://www.yaaic.org" +
"\u0001"
);
}