twisted.words.service.WordsRealm.getUser(self, name) method documentationtwisted.words.service.WordsRealm
View Source
Retrieve the user by the given name.
| Returns | A Deferred which fires with the user with the given name if one exists (or if one is created due to the setting of IChatService.createUserOnRequest, or which fails with twisted.words.ewords.NoSuchUser if no such user exists. (type: twisted.internet.defer.Deferred) | |
| Function | ebUser | Undocumented |