Commit Graph

66 Commits (7c62e59c3a75ef0bf8bb36746a9beb5fc95c1f93)

Author SHA1 Message Date
mallory 7c62e59c3a fix issue with reloading plugins in some contexts 2020-09-23 11:25:15 -07:00
mallory b995b866ec do not duplicate output function 2020-09-23 11:17:59 -07:00
Mal Hancock a0378e09c9
version 1.9.3 (#74)
* bring TwitchBot up to date

* prevent responses from bot nick
2020-05-28 14:51:56 -07:00
Mallory Hancock 8c71f7bae0 fix for internal commands 2019-10-14 12:57:38 -07:00
Mallory Hancock 23355bb699 clean if statements, ban users, closes #51 2019-10-02 09:25:38 -07:00
Mallory Hancock 9af3abd4a5 add and remove ops in command, closes #66 2019-10-02 09:04:50 -07:00
Mallory Hancock 4da89fa815 disable help using argument, closes #47 2019-09-30 11:47:55 -07:00
Mallory Hancock ff3520f8fd fix join command issue #41 2019-09-30 11:35:35 -07:00
Mallory Hancock a98c82b332 adds msg_type, closes #54 2019-09-30 11:23:19 -07:00
Mallory Hancock 8d01f70a5c move loading to plugin, issue w/ disabled plugins 2019-09-27 18:18:19 -07:00
Mallory Hancock 5b6ec72d0b break out logging into separate module 2019-09-23 12:23:41 -07:00
Mallory Hancock cbc9550f97 slow down help output 2019-09-18 09:42:45 -07:00
Mallory Hancock 1aa17eebfb add enable/disable (#12) and enhanced help output 2019-09-18 09:27:41 -07:00
Mallory Hancock 0da04acc4e make commands entirely class-based, enhance help 2019-09-16 12:27:43 -07:00
Mallory Hancock fdb16287ce remove unused variable 2019-09-12 10:13:57 -07:00
Mal Hancock 3b07ed99b2
Hotfix/too big error (#63)
* hotfix for message too long

* fix spacing error

* fix error name

* add breaks
2019-03-02 11:02:14 -08:00
Matan Shenhav 709d05da73 Add bot as argument for Message class & pass self in calls (#60)
Passing the bot object as an argument to the Message class make
the pinhook Bot class more extensible. Now it is easy to inherit and
pass attributes of the inherited class into plugins.

See https://github.com/archangelic/pinhook/issues/59
2019-02-23 16:56:03 -08:00
Mallory Hancock ac2491c005 remove crashing logging statements 2019-02-22 13:59:30 -08:00
Mallory Hancock 07fe4d1c6e fix critical bug 2019-02-22 13:55:48 -08:00
Mal Hancock 81af6ba8bd
fix issue with listeners not sending any output (#58) 2019-02-22 13:39:16 -08:00
Mallory Hancock 836a696dc5 fix typo 2019-02-22 13:16:56 -08:00
Mallory Hancock 8bcf296f2f explicit logging 2019-02-22 13:15:31 -08:00
Mallory Hancock d8cdaae7b3 fix dumb mistake 2019-02-22 13:07:41 -08:00
Mallory Hancock 5e46ab940d add some debugging statements 2019-02-22 12:56:21 -08:00
Mal Hancock 3cc712b835 fix typo 2019-02-16 10:51:02 -08:00
Mal Hancock 2118cc26eb
changes to __init__ and add command prefix capability (#53)
* changes to __init__ and add command prefix capability
2019-02-16 10:46:38 -08:00
Russell bf984bacd0 Create ops only commands (#50)
* Add support for ops commands. Fixes #48

* Update readme. remove prints
2019-02-16 10:40:10 -08:00
Russell 7c7d92948a Fixed issue with bot crashing when processing a None message (#49)
Fixes #46
2019-02-08 11:25:49 -08:00
Mal Hancock 479d009346
add timestamp functionality (#44)
closes #43
2019-01-25 13:13:48 -08:00
Mal Hancock 6c87e6d9f0
fix for channel keys (#40) 2018-12-28 11:20:52 -08:00
Mal Hancock 1523cfaf3a
add ability to gather help text (#38) 2018-11-02 13:53:04 -07:00
Mal Hancock 34590dfa32 make help overridable, add ability for plugins to msg, action or notice at will 2018-10-24 14:48:55 -07:00
Lucidiot f65248f797 Output type as an Enum (#35)
* Add enum34 requirement

* Use an Enum for output types
2018-10-10 10:25:03 -07:00
Mal Hancock df7007efd1
insert check to log errors for messages over 512 bytes (#29)
fixes #24
2018-10-06 17:46:04 -07:00
Mallory Hancock b8aed568f4 add nick as argument 2018-04-10 12:15:08 -07:00
Mallory Hancock 101bd91718 pass nick to plugins 2018-04-10 12:13:54 -07:00
Mallory Hancock 9ea10b18f1 fix another typo 2018-04-10 12:07:13 -07:00
Mallory Hancock 966ac38603 forgot to make functions part of self 2018-04-10 12:02:48 -07:00
Mallory Hancock 2bc2c70d1b fix typo 2018-04-10 12:00:18 -07:00
Mallory Hancock b91731e4ca refactoring code for testability 2018-04-10 11:58:33 -07:00
Mallory Hancock 3287b20c43 fixes issue with bot not responding to private messages 2018-04-10 10:01:49 -07:00
Mallory Hancock dfd2cd76af fix formatting 2018-04-10 09:54:49 -07:00
Mallory Hancock 08a98febca fix issue where help command crashes bot 2018-03-15 15:15:10 -07:00
Mallory Hancock 03bad6ff1c fix logging issue 2018-03-15 12:09:55 -07:00
Mallory Hancock 7faea22fe1 fix for doubling plugins in memory 2018-03-15 12:04:58 -07:00
M. Hancock f6c4078d09
add class to connect to twitch.tv (#23)
* make Message object part of Bot

* add TwitchBot class

* fix issue with logging not starting

* change server name

* no loading plugins until functionality works

* allow full functionality

* add ops

* my sanity is wearing thin

* finalize TwitchBot

* fix formatting
2018-02-05 15:56:38 -08:00
Mallory Hancock 3cf1c6d02a implement server password 2018-02-05 12:33:44 -08:00
M. Hancock 311457148e
catch actions and don't send output to cmds during action (#20)
closes issue #18
2018-01-12 11:17:12 -08:00
Mallory Hancock 0031146f98 fix typo 2018-01-11 10:32:14 -08:00
Mallory Hancock f0e987ef55 fix issue where empty argument was not passed to plugin 2018-01-10 15:25:20 -08:00