Send IRCBot.VERSION on a CTCP VERSION (ctcp.py)
This commit is contained in:
parent
276d753711
commit
77ab4707b2
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import datetime
|
import datetime
|
||||||
from src import ModuleManager, utils
|
from src import IRCBot, ModuleManager, utils
|
||||||
|
|
||||||
VERSION_DEFAULT = "BitBot (https://git.io/bitbot)"
|
VERSION_DEFAULT = "BitBot %s (https://git.io/bitbot)" % IRCBot.VERSION
|
||||||
SOURCE_DEFAULT = "https://git.io/bitbot"
|
SOURCE_DEFAULT = "https://git.io/bitbot"
|
||||||
|
|
||||||
@utils.export("serverset", {"setting": "ctcp-responses",
|
@utils.export("serverset", {"setting": "ctcp-responses",
|
||||||
|
|
Loading…
Reference in a new issue