1
0
Fork 0
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:
psyc://psyced.org/~lynX 2009-04-08 21:38:17 +02:00
parent 40adfaea01
commit c2c259c24c

View file

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