mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-21 16:35:09 -05:00
Replaced lowercase letters by uppercase ones on application name
This commit is contained in:
parent
6dc38f5f54
commit
3f8578ef73
@ -120,7 +120,7 @@ public class IRCConnection extends PircBot
|
|||||||
{
|
{
|
||||||
this.sendRawLine(
|
this.sendRawLine(
|
||||||
"NOTICE " + sourceNick + " :\u0001VERSION " +
|
"NOTICE " + sourceNick + " :\u0001VERSION " +
|
||||||
"Yaaic - Yet another Android IRC client - http://www.yaaic.org" +
|
"Yaaic - Yet Another Android IRC Client - http://www.yaaic.org" +
|
||||||
"\u0001"
|
"\u0001"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user