mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-12 13:31:00 +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
|
||||
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