Merge branch 'master' into devel

Conflicts:

	classes/CommandInterpreter.php
	lib/twitter.php
	lib/util.php
This commit is contained in:
Evan Prodromou 2009-01-06 17:09:39 -05:00
commit 02877224b2

View File

@ -105,6 +105,7 @@ class CommandInterpreter
return new GetCommand($user, $other);
}
case 'd':
case 'dm':
if (!$arg) {
return null;
}