mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-14 14:31:02 +00:00
no guests via telnet on psyced.org
This commit is contained in:
parent
40adfaea01
commit
c2c259c24c
@ -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…
Reference in New Issue
Block a user