Commit Graph

33 Commits

Author SHA1 Message Date
Skyflare e92c453c4f fix requirements.txt 2023-08-26 22:39:49 +03:00
Skyflare 1646be3c47 update ConnectionParams parameters in bot.py to support ircrobots v0.6.6
parialy closes issue #6
parameters of function ConnectionParams from ircrobots were changed in but never documented properly
BREAKING CHANGE: requires ircrobots v0.6.6 instead of v0.6.1
2023-08-26 09:49:59 +03:00
franzo d2611ca615 fix: adding a non-existing game to the .last command output 2022-10-08 14:10:40 +02:00
franzo 19ffa45c38 fix: minor cmd list fix 2022-10-06 00:21:29 +02:00
franzo 1ad3ba6f7f fix: stupid indentation 2022-10-06 00:10:58 +02:00
franzo 89d5a4f9c3 add: .last cmd which prints the last game played 2022-10-06 00:06:06 +02:00
franzo b616edd808 add: lastPlayed global variable and description of new cmd 2022-10-06 00:05:06 +02:00
Rampoina 9962c1e019 Don't ping the user .match ing, fixes #1 2022-02-15 16:13:43 +01:00
Phil Morrell 5f945f33a5
ping supposedly offline users too
* keep the name conversion though for those online with different nicks
* presence detection across multiple bridges/gateways is unreliable
* some members only get "joined" IRC side on first message after restart
* if they're really offline, then they won't get pinged anyway
2022-02-02 21:25:41 +00:00
Rampoina 2cfa9596c8 Update help
- admin command
- phrasing fixes
2022-01-21 12:39:31 +01:00
Rampoina 965a814ebb Fix admins example in bot.ini.example 2022-01-21 12:31:30 +01:00
Rampoina b9763a93fd Update README 2022-01-20 20:29:54 +01:00
Rampoina 6c2eb49ccd Don't forget to update the file 2022-01-20 20:03:05 +01:00
Rampoina d2f13337b0 Add .remove admin command 2022-01-20 19:48:29 +01:00
Phil Morrell 7921f44058
use multiple lines to list game names
* output cuts off somewhere above 400 chars
* batch size of 20 should do it
* may as well sort list at the same time
2021-08-31 14:42:14 +01:00
Phil Morrell 15eab1a86f
add SPDX license header to all files 2021-08-31 13:59:16 +01:00
Rampoina 1d5158a435 Prefix users with _ to avoid pings in .list 2021-07-13 22:47:08 +02:00
Rampoina de1a144e5f Change .list to list only the games 2021-07-12 22:44:01 +02:00
Rampoina df9496e43c Add protection for a channel with +zm 2021-07-12 18:01:32 +02:00
Rampoina 7eab8aaeb0 Update the README to mention the original project 2021-07-12 12:43:36 +02:00
Rampoina cb10c69427 Shorten command names and add .list command 2021-07-12 12:34:50 +02:00
Rampoina 64ac0d5798 Add support for specific games 2021-07-11 19:44:45 +02:00
Ultracoolguy f327a1000a Add connection prompts 2020-11-24 14:29:56 -04:00
Ultracoolguy 700e3f3aa9 Exit when channels isn't defined 2020-11-24 13:14:29 -04:00
Ultracoolguy 26cb28e4e5 Make .help one line(for reducing spam) 2020-11-18 22:16:43 -04:00
Ultracoolguy f2c35a8c77 Read configuration from bot.ini from now on
This makes the bot channel agnostic and allows for someone to use it
without modifying code. Add bot.in.example for an example and update
README.md to reflect changes.
2020-11-17 13:15:06 -04:00
Ultracoolguy c0a4d8b7b3 Remove comment 2020-11-15 21:36:38 -04:00
Ultracoolguy a55cb3cd55 Add support for #sus on irc.tilde.chat 2020-11-15 21:35:34 -04:00
Ultracoolguy 932e51bae7 Remove redundant 'user' variable
Also declare 'chan' in a different way
2020-11-15 21:15:02 -04:00
Ultracoolguy c5d7e1deb9 Fix notice bug
This bug would make the bot react to anything that had PRIVMSG, the
channel, and a command; even if it actually wasn't a PRIVMSG.
2020-11-15 11:56:01 -04:00
Ultracoolguy 853ddf8303 Add MIT license 2020-11-15 11:17:39 -04:00
Ultracoolguy f9b57a9c47 Remove extra unnecesary newlines 2020-11-15 11:12:43 -04:00
Ultracoolguy 196c455817 Initial commit 2020-11-15 11:10:50 -04:00