Pragmatic Software
7cc8b9c34d
Allow chat-flood antiflood settings to be overridable on a per-channel basis
2015-07-08 14:05:55 -07:00
Pragmatic Software
ed810dc9d9
Update version
2015-07-06 20:01:22 -07:00
Pragmatic Software
1179a7e1f1
Don't remove dollar-sign from unexpanded factoid vars
2015-07-06 20:01:17 -07:00
Pragmatic Software
ed63fb3766
Update version
2015-07-06 19:40:33 -07:00
Pragmatic Software
90d35f9a04
Revert mode change
2015-07-06 19:40:21 -07:00
Pragmatic Software
c44c90b9b6
Update factoids (added K&R exercises and randomkr, etc)
2015-07-06 19:40:02 -07:00
Pragmatic Software
90b89941cf
Update version
2015-07-06 19:39:35 -07:00
Pragmatic Software
a0c798dd2a
Expand factoid variables in /call statements
...
This allows us to call random factoids.
E.g.:
factadd global fact1 is /say This is fact1.
factadd global fact2 is /say Fact2 is also a pretty neat fact.
factadd global fact3 is /say But don't forget about fact3!
factadd global facts is fact1 fact2 fact3
factadd global randomfact is /call $facts
Invoking the `randomfact` factoid will now randomy pick between
fact1, fact2 and fact3.
This was added to support the `randomkr` factoid.
2015-07-06 19:39:33 -07:00
Pragmatic Software
714f79fb2e
Update version
2015-07-05 17:49:21 -07:00
Pragmatic Software
6c9c9d285b
Revert chmod
2015-07-05 17:49:06 -07:00
Pragmatic Software
2c6209b578
Use set_default to set default Registry values
2015-07-05 17:48:27 -07:00
Pragmatic Software
d1f5c1b705
Add set_default to prevent saving Registry when setting default value
2015-07-05 17:47:12 -07:00
Pragmatic Software
f22f2ef12a
Update version
2015-07-01 15:21:12 -07:00
Pragmatic Software
83f84e261a
Minor bug-fixes
2015-07-01 15:21:08 -07:00
Pragmatic Software
e026b9ac42
NickList is_present() now returns canonical nick (proper typographical case)
2015-07-01 15:20:28 -07:00
Pragmatic Software
a00a9dfc6b
Add more default bad nick suffixes
2015-07-01 15:18:55 -07:00
Pragmatic Software
c5cb41e02c
Update version
2015-06-26 00:10:27 -07:00
Pragmatic Software
144c3ec63b
Fix apostrophe in expand action arguments, and fix regex
2015-06-26 00:10:23 -07:00
Pragmatic Software
7c19ebbd7b
Update version
2015-06-25 22:56:15 -07:00
Pragmatic Software
f10e1c1c89
Support factoid argument indexing/slicing ($arg[0], $arg[2:4], etc)
2015-06-25 22:56:10 -07:00
Pragmatic Software
8ed333ba96
Fix typo "has_unban_timeout" -> "has_ban_timeout"
2015-06-25 22:55:06 -07:00
Pragmatic Software
09c7437246
Use can_gain_ops/has_un[ban,mute]_timeout subroutines
2015-06-25 20:55:42 -07:00
Pragmatic Software
95a4be6cb0
Add can_gain_ops(), has_unban_timeout() and has_unmute_timeout() subroutines
2015-06-25 20:54:38 -07:00
Pragmatic Software
452ac7fc4c
Save registry entries immediately after using set/unset
2015-06-25 20:53:59 -07:00
Pragmatic Software
3b961e0f29
Update version
2015-06-20 17:48:53 -07:00
Pragmatic Software
6b544e9bf4
Stop processing ban evasions immediately after first ban is detected
2015-06-20 17:48:42 -07:00
Pragmatic Software
d431d70ac1
Reduce verbosity of factoid debug messages
2015-06-20 17:48:00 -07:00
Pragmatic Software
0d4c5c301f
Do not attempt to enforce antiaway/rejoin if not chanop
2015-06-20 07:24:13 -07:00
Pragmatic Software
fea56842d3
Update version
2015-06-20 00:20:26 -07:00
Pragmatic Software
b4539447a3
Improve check-ban logic
2015-06-20 00:20:23 -07:00
Pragmatic Software
0c1e573ef8
Do not invoke compilation for compile-blocks if nick-prefix is specified and does not exist in channel
2015-06-19 16:16:23 -07:00
Pragmatic Software
b8a768aa96
Update version
2015-06-18 23:36:55 -07:00
Pragmatic Software
497b713300
Add response messages for refresh
command
2015-06-18 23:36:51 -07:00
Pragmatic Software
594b79d0f5
Update version
2015-06-16 21:51:27 -07:00
Pragmatic Software
7638bb031b
Fix interactive-editing chained commands
2015-06-16 21:51:09 -07:00
Pragmatic Software
43f08b4cbc
Remove unused use feature 'switch'
2015-06-15 20:04:48 -07:00
Pragmatic Software
dd4796437b
Update version
2015-06-15 19:55:53 -07:00
Pragmatic Software
204f95cba7
Add "refresher" to allow PBot::Module subroutines to be reloaded during runtime
2015-06-15 19:55:46 -07:00
Pragmatic Software
2ae493f1c2
Add count
option to recall
command
2015-06-15 17:58:25 -07:00
Pragmatic Software
b4bffe9233
Update version
2015-06-13 16:09:02 -07:00
Pragmatic Software
4db125c3c2
Improve account-tracking and ban-evasion for Freenode irccloud.com web gateways
2015-06-13 16:08:57 -07:00
Pragmatic Software
8033213a7f
Add options to disable anti-flood per-channel, and to disable enforcement for logged-in admins
2015-06-13 16:08:06 -07:00
Pragmatic Software
a3d5dfb63e
Update version
2015-06-10 02:27:17 -07:00
Pragmatic Software
73c1c89b6a
Correct $length when no $channel or $length argument is provided
2015-06-10 02:27:13 -07:00
Pragmatic Software
dfbefee904
random_nick now returns nick with preserved typographical case
2015-06-10 02:26:14 -07:00
Pragmatic Software
edf2f0e5ee
Update version
2015-06-08 04:43:02 -07:00
Pragmatic Software
f2a8839707
Add $randomnick special factoid variable
2015-06-08 04:43:00 -07:00
Pragmatic Software
c81612c58c
Update version
2015-06-07 18:02:38 -07:00
Pragmatic Software
75655f5d81
Remove ban/mute from time-outs if using "forever"
2015-06-07 18:02:35 -07:00
Pragmatic Software
828bf2fa78
Update version
2015-06-05 22:28:04 -07:00