X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/b314172618586e500fc362a49ca08bf497b8e878..92e05dd95e96c03599e48cfa01ca900c41a15afa:/python/disorder.py.in diff --git a/python/disorder.py.in b/python/disorder.py.in index b18c724..7b888b5 100644 --- a/python/disorder.py.in +++ b/python/disorder.py.in @@ -413,16 +413,6 @@ class client: ######################################################################## # Operations - def become(self, who): - """Become another user. - - Arguments: - who -- the user to become. - - Only trusted users can perform this operation. - """ - self._simple("become", who) - def play(self, track): """Play a track.