equal
deleted
inserted
replaced
45 -- For most server messages, usually response to a command |
45 -- For most server messages, usually response to a command |
46 nickServer :: B.ByteString |
46 nickServer :: B.ByteString |
47 nickServer = "[server]" |
47 nickServer = "[server]" |
48 |
48 |
49 -- For /rnd command |
49 -- For /rnd command |
50 nickRandom :: B.ByteString |
50 nickRandomCoin :: B.ByteString |
51 nickRandom = "(random)" |
51 nickRandomCoin = "[random]" |
|
52 |
|
53 nickRandomCustom :: B.ByteString |
|
54 nickRandomCustom = "(random)" |
52 |
55 |
53 -- For /global command |
56 -- For /global command |
54 nickGlobal :: B.ByteString |
57 nickGlobal :: B.ByteString |
55 nickGlobal = "(global notice)" |
58 nickGlobal = "(global notice)" |
56 |
59 |