diff options
| author | 2019-02-24 08:37:42 +0000 | |
|---|---|---|
| committer | 2019-02-24 08:37:42 +0000 | |
| commit | 276d753711c148d5c25bcf9a5ed65a8472f2008b (patch) | |
| tree | 7cb6a3333de5025d720710a8f4f6ca71ce831914 /src | |
| parent | Rename IRCLine.Line to IRCLine.SentLine, for clarity (diff) | |
| signature | ||
Change --verbose short to -V, add --version/-v, add IRCBot.VERSION
Diffstat (limited to 'src')
| -rw-r--r-- | src/IRCBot.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IRCBot.py b/src/IRCBot.py index 843ef53d..2733db1f 100644 --- a/src/IRCBot.py +++ b/src/IRCBot.py @@ -2,6 +2,8 @@ import queue, os, select, socket, threading, time, traceback, typing, uuid from src import EventManager, Exports, IRCServer, Logging, ModuleManager from src import Socket, utils +VERSION = "v1.2.0" + TRIGGER_RETURN = 1 TRIGGER_EXCEPTION = 2 |
