Skip to content

Commit

Permalink
Replaced lowercase letters by uppercase ones on application name
Browse files Browse the repository at this point in the history
  • Loading branch information
democtezuma authored and pocmo committed Oct 4, 2012
1 parent 6dc38f5 commit 3f8578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/org/yaaic/irc/IRCConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected void onVersion(String sourceNick, String sourceLogin, String source
{
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"
);
}
Expand Down

0 comments on commit 3f8578e

Please sign in to comment.