X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=blobdiff_plain;f=backends%2Firc%2F__init__.py;h=9c8bfe2ff134e4f26d1630d17db98490e00e79c5;hp=5d92ac12ef0cffaf8b97cd62ea9d1675a728efd3;hb=f5e9e2ef81050ba5d0e0798f86be2be84054a862;hpb=5f39f3e7c91ad135ad86c8cf964d2bef235719b7 diff --git a/backends/irc/__init__.py b/backends/irc/__init__.py index 5d92ac1..9c8bfe2 100644 --- a/backends/irc/__init__.py +++ b/backends/irc/__init__.py @@ -5,7 +5,7 @@ def random_string(N): return ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(N)) from processor import Processor - +from version import VERSION class IrcThread(threading.Thread): @@ -25,7 +25,7 @@ class IrcThread(threading.Thread): def getname(self): - s = '' + s = 'v' + VERSION + ' ' if self.stratum_tcp_port: s += 't' + self.stratum_tcp_port + ' ' if self.stratum_http_port: