This commit is contained in:
psyc://psyced.org/~lynX 2009-10-16 22:30:01 +02:00
parent 082d64dc19
commit 553d7cb363
1 changed files with 4 additions and 3 deletions

View File

@ -97,8 +97,9 @@ hello(ni) {
#ifdef BRAIN
morph() {
if (user->isNewbie())
emit("\nSorry, no unregistered users currently.\n\n");
else return ::morph();
if (user->isNewbie())
emit("\nSorry, no unregistered users currently.\n\n");
else return ::morph();
}
#endif