mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
no guests via telnet on psyced.org
This commit is contained in:
parent
40adfaea01
commit
c2c259c24c
1 changed files with 8 additions and 0 deletions
|
@ -94,3 +94,11 @@ hello(ni) {
|
||||||
#endif
|
#endif
|
||||||
return ::hello(ni);
|
return ::hello(ni);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef BRAIN
|
||||||
|
morph() {
|
||||||
|
if (user->isNewbie())
|
||||||
|
emit("\nSorry, no unregistered users currently.\n\n");
|
||||||
|
else return ::morph();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue