James Lu
|
e4d42bf551
|
fantasy: fixes to respondtonick, allow configuring custom per-bot prefixes
|
2016-05-15 11:45:32 -07:00 |
|
James Lu
|
96cefb5be0
|
fantasy: rework to support service bots (#216)
|
2016-05-15 11:27:51 -07:00 |
|
James Lu
|
b100f30cfe
|
fantasy: break if IRC object isn't ready
|
2016-03-27 21:46:10 -07:00 |
|
James Lu
|
eac934c237
|
classes: sort code, move nickToUid, clientToServer, isInternalClient, isInternalServer into the Irc class
The following BREAKING changes are made:
utils.nickToUid(irc, nick) -> irc.nickToUid(nick)
utils.isInternalClient(irc, uid) -> irc.isInternalClient(uid)
utils.isInternalServer(irc, uid) -> irc.isInternalServer(uid)
utils.clientToServer(irc, uid) -> utils.getServer(uid)
|
2015-12-31 17:28:47 -08:00 |
|
James Lu
|
0d402af17e
|
fantasy: support nick triggers (close #134)
|
2015-11-28 20:46:53 -08:00 |
|
James Lu
|
5715835bbb
|
fantasy: fix error handling if prefix isn't set
|
2015-11-01 20:55:01 -08:00 |
|
James Lu
|
cecb7f3800
|
plugins: chmod -x
|
2015-10-23 18:31:48 -07:00 |
|
James Lu
|
a37d4b6f3c
|
fantasy: only work when the main PyLink client is in the channel
|
2015-09-26 10:20:23 -07:00 |
|
James Lu
|
0378fcca1d
|
fantasy: don't allow internal clients to trigger
|
2015-09-26 10:20:23 -07:00 |
|
James Lu
|
4509e0757d
|
FANTASY support plugin (Closes #111)
|
2015-09-26 10:20:23 -07:00 |
|