mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-12 13:31:00 +00:00
-
This commit is contained in:
parent
082d64dc19
commit
553d7cb363
@ -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 New Issue
Block a user