summaryrefslogtreecommitdiff
path: root/_darcs/pristine/classes/CommandInterpreter.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/classes/CommandInterpreter.php')
-rw-r--r--_darcs/pristine/classes/CommandInterpreter.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/_darcs/pristine/classes/CommandInterpreter.php b/_darcs/pristine/classes/CommandInterpreter.php
index ff078bb05..f409ed07f 100644
--- a/_darcs/pristine/classes/CommandInterpreter.php
+++ b/_darcs/pristine/classes/CommandInterpreter.php
@@ -21,7 +21,8 @@ if (!defined('LACONICA')) { exit(1); }
require_once(INSTALLDIR.'/classes/Command.php');
-class CommandInterpreter {
+class CommandInterpreter
+{
function handle_command($user, $text)
{