irc.py

changeset 119
0f96e3157b7f
parent 118
dbf49689af0d
child 120
9880bb697149
equal deleted inserted replaced
118:dbf49689af0d 119:0f96e3157b7f
7 from configfile import Config 7 from configfile import Config
8 import bt as Bt 8 import bt as Bt
9 import hgpoll as HgPoll 9 import hgpoll as HgPoll
10 10
11 CLIF_CONNECTED = (1 << 1) 11 CLIF_CONNECTED = (1 << 1)
12
13 CtcpChar = '\001'
14 BoldChar = '\002'
15 ColorChar = '\003'
12 16
13 all_clients = [] 17 all_clients = []
14 18
15 class RestartError (Exception): 19 class RestartError (Exception):
16 def __init__ (self, value): 20 def __init__ (self, value):

mercurial