mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
-
This commit is contained in:
parent
082d64dc19
commit
553d7cb363
1 changed files with 4 additions and 3 deletions
|
@ -97,8 +97,9 @@ hello(ni) {
|
||||||
|
|
||||||
#ifdef BRAIN
|
#ifdef BRAIN
|
||||||
morph() {
|
morph() {
|
||||||
if (user->isNewbie())
|
if (user->isNewbie())
|
||||||
emit("\nSorry, no unregistered users currently.\n\n");
|
emit("\nSorry, no unregistered users currently.\n\n");
|
||||||
else return ::morph();
|
else return ::morph();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue