mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
9935df3628
@ -772,7 +772,7 @@ sv_ev_lastactivity_response(const char * const from, const int seconds, const ch
|
|||||||
if (msg) {
|
if (msg) {
|
||||||
cons_show("%s currently logged in, status: %s", from, msg);
|
cons_show("%s currently logged in, status: %s", from, msg);
|
||||||
} else {
|
} else {
|
||||||
cons_show("%s currently loggrd in", from);
|
cons_show("%s currently logged in", from);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (msg) {
|
if (msg) {
|
||||||
|
Loading…
Reference in New Issue
Block a user