3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-02 01:18:40 +02:00
Commit Graph

2338 Commits

Author SHA1 Message Date
Pragmatic Software
82720e3da8 RelayUnreg: replace banned check with new is_banned(); check for +z; use AntiSpam::is_spam 2018-08-05 22:50:22 -07:00
Pragmatic Software
65644815e0 Interpreter: check for +z chanmode and ignore commands from banned users 2018-08-05 22:48:24 -07:00
Pragmatic Software
9243a40228 Track and remember channel modes and topicinfo 2018-08-05 22:47:38 -07:00
Pragmatic Software
c57d7550ea AntiFlood: remove useless use statement 2018-08-05 22:45:40 -07:00
Pragmatic Software
1f43e003d8 Channels: add get_meta() convenience subroutine 2018-08-05 22:44:46 -07:00
Pragmatic Software
4e996717c8 HashObject: add $dont_save parameter to set() 2018-08-05 22:43:57 -07:00
Pragmatic Software
d29eb06cc5 BanTracker: add is_banned() convenience subroutine 2018-08-05 22:42:29 -07:00
Pragmatic Software
6bcab79275 Add AntiSpam module 2018-08-05 22:41:08 -07:00
Pragmatic Software
ed7dd19460 Rename RegisterNickserv.pm to RelayUnreg.pm 2018-08-05 20:04:03 -07:00
Pragmatic Software
d6715fad8d Do not infinitely WHO empty/non-channels 2018-08-03 13:38:28 -07:00
Pragmatic Software
99656ec9ba Update version 2018-08-03 12:32:21 -07:00
Pragmatic Software
cd751c290c RegisterNickserv: Do not relay messages if user is +v 2018-08-03 12:32:16 -07:00
Pragmatic Software
772ea03ddf NickList now tracks user modes as metadata 2018-08-03 12:31:45 -07:00
Pragmatic Software
f18426be16 Fix minor undefined value warning 2018-08-03 12:29:55 -07:00
Pragmatic Software
80d6643b28 Update version 2018-08-03 07:30:13 -07:00
Pragmatic Software
6149f0faee RegisterNickserv: ensure speaker is not banned or muted before relaying message 2018-08-03 07:30:07 -07:00
Pragmatic Software
3bf4ba9c55 Update version 2018-07-31 17:23:19 -07:00
Pragmatic Software
6c31f3e1b7 Minor correction 2018-07-31 17:23:15 -07:00
Pragmatic Software
50d859cb0b Remove annoying log message 2018-07-31 17:21:37 -07:00
Pragmatic Software
0a8cef3c2a Clear current NickServ account when logged out 2018-07-31 17:21:15 -07:00
Pragmatic Software
b5b513fb77 Update version 2018-07-31 16:35:59 -07:00
Pragmatic Software
21be299033 RegisterNickserv: Add SASL link 2018-07-31 16:35:56 -07:00
Pragmatic Software
ada9a012e7 Update version 2018-07-31 16:20:53 -07:00
Pragmatic Software
42f967e411 RegisterNickserv: Queue unregistered messages to see if speaker gets killed or leaves 2018-07-31 16:20:49 -07:00
Pragmatic Software
7e47d513b4 Update version 2018-07-31 13:29:58 -07:00
Pragmatic Software
be9f01bc48 Add RegisterNickserv plugin 2018-07-31 13:29:52 -07:00
Pragmatic Software
173cbeadac Update version 2018-07-08 17:10:59 -07:00
Pragmatic Software
80bcf56bfe Battleship: improve "you will now attack" message 2018-07-08 17:10:50 -07:00
Pragmatic Software
2380761186 Update version 2018-07-07 15:04:21 -07:00
Pragmatic Software
67ab8920e9 Connect4: fix code indentation and whitespace 2018-07-07 15:04:02 -07:00
mannito
bf5a9b2d46 Connect4: variable board size and fixes (#46)
* Connect4: Fixes column_top and parameterized board size

* Connect4: Show legend on top of the board
2018-07-07 15:01:07 -07:00
mannito
5fcbe429a2 Add Connect4 game Plugin (#45)
Connect4 game Plugin
2018-07-06 22:29:19 -07:00
Pragmatic Software
fd536af23b Update version 2018-07-05 19:57:57 -07:00
Pragmatic Software
9b58f763e4 fix Net::IRC pacing 2018-07-05 19:57:54 -07:00
Pragmatic Software
b585b161ca Update version 2018-07-05 15:34:44 -07:00
Pragmatic Software
1231c7b682 Battleship: Draw border on right and bottom too 2018-07-05 15:34:40 -07:00
Pragmatic Software
9f54843e40 Update version 2018-07-05 15:19:15 -07:00
Pragmatic Software
cbfa6e8b11 Battleship: Show player names when showing initial battlefield 2018-07-05 15:19:10 -07:00
Pragmatic Software
74a60bdc1b Update version 2018-07-05 14:46:57 -07:00
Pragmatic Software
b6aedc87bf Battleship: improve scoreboard 2018-07-05 14:46:53 -07:00
Pragmatic Software
b9e5fbc2a0 Update version 2018-07-05 11:44:04 -07:00
Pragmatic Software
9869e86fa2 Update factoids 2018-07-05 11:43:59 -07:00
Pragmatic Software
501615146a Update version 2018-07-04 14:36:26 -07:00
Pragmatic Software
aa0a8240dc Battleship: improve legend; make board 7x10 2018-07-04 14:36:19 -07:00
Pragmatic Software
48328aa04b Update version 2018-07-03 20:03:54 -07:00
Pragmatic Software
c6e7b7bf6a Battleship: prevent minor hiccup in ultra-fast-paced movement 2018-07-03 20:03:49 -07:00
Pragmatic Software
d5ce7940fe Update version 2018-07-02 23:34:16 -07:00
Pragmatic Software
7b6bb688be Improve Net::IRC pacing to ignore pacing for initial 8 lines in a squelch 2018-07-02 23:34:11 -07:00
Pragmatic Software
c1db40d216 Battleship: balanced board and queue commands 2018-07-02 23:33:22 -07:00
Pragmatic Software
0243b4fd0f Update version 2018-07-01 22:37:28 -07:00