diff options
| author | 2019-05-15 17:12:21 +0100 | |
|---|---|---|
| committer | 2019-05-15 17:12:21 +0100 | |
| commit | 7547eee96d611e224da02e1e4d79713b4d076e32 (patch) | |
| tree | 3fbc8112eb19d19b27e1092db689b8eb101c01d7 /src | |
| parent | Don't show ducks when the bot is silenced (diff) | |
| signature | ||
Catch server version string, from RPL_MYINFO
Diffstat (limited to 'src')
| -rw-r--r-- | src/IRCServer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IRCServer.py b/src/IRCServer.py index 01010fce..c21f5110 100644 --- a/src/IRCServer.py +++ b/src/IRCServer.py @@ -18,6 +18,7 @@ class Server(IRCObject.Object): self.alias = alias self.connection_params = connection_params self.name = None # type: typing.Optional[str] + self.version = None # type: typing.Optional[str] self.nickname = None # type: typing.Optional[str] self.username = None # type: typing.Optional[str] |
