Added 'login' command that gives you a link that can be used to login to the website
This commit is contained in:
@@ -41,6 +41,12 @@ class CommandInterpreter
|
||||
return null;
|
||||
}
|
||||
return new HelpCommand($user);
|
||||
case 'login':
|
||||
if ($arg) {
|
||||
return null;
|
||||
} else {
|
||||
return new LoginCommand($user);
|
||||
}
|
||||
case 'on':
|
||||
if ($arg) {
|
||||
list($other, $extra) = $this->split_arg($arg);
|
||||
|
Reference in New Issue
Block a user