IRC-Bot
IRC-Bot copied to clipboard
A very little basic IRCBot that will get improved over the next time.
There are 2 Welcome messages during connect to irc.root-me.org: 13.04.2016 - 04:37:15 [ LOG ] :irc.hackerzvoice.net NOTICE Auth :Welcome to HackerzVoice! 13.04.2016 - 04:37:15 [ LOG ] :irc.hackerzvoice.net 001 qqqwer...
Right now the autoloader freaks out if it doesn't find the file as it expects every class to be loaded from within the phpbot404.php file. If you want to initialise...
Perhaps it would be nice if functions could be executed on a certain interval. E.g. get the latest Github commits every hour and display them. Or clean up logs every...
There is already a mechanism for logging. But I think it's better to define a Logger for this task, that is assigned to a bot OR a connection. So everything,...
``` Nickname is already in use. wildbotz1 is now known as wildbotz2 Nickname is already in use. wildbotz2 is now known as wildbotz3 Nickname is already in use. wildbotz3 is...
Hello guys, I wonder if this idea is ok or not but recently I've been doing some changes to enable the Listener to have _custom triggers_ and _custom actions_ ...
Right now we're getting things like $this->arguments without using proper methods like getArguments. This is, AFAIK, violating the OOP structure and makes it more difficult to fix bugs. Consider the...
A database implementation would be nice to have for if the bot sits in multiple channelse and other various things.
Right now the bot crashes on almost any error that occurs. I have a !exec command up that handles executing PHP code (only by me), but I have to triple-check...
Hey, I'm trying to add twitter functionality, but I'm having real trouble with autoloader.php trying to load my class or something? PHP Fatal error: Uncaught exception 'Exception' with message 'File:...