issues
search
WildPHP
/
irc-bot
A simple and modular PHP IRC bot
MIT License
84
stars
24
forks
source link
Major changes. BEWARE: HERE BE DRAGONS!
#5
Closed
NanoSector
closed
9 years ago
NanoSector
commented
9 years ago
Changes up to now:
Split command system from Bot.php into a Command/Manager class
Split connection system from Bot.php into Socket.php
Split various static functions into FunctionCollection
The bot now waits for NickServ authentication before joining channels
NickServ is no longer hardcoded
Command prefix moved out of main() into __construct
__construct now actually does something (removed all setters from phpbot404.php
Merge PR #4
Split listener system from Bot.php into a Listener/Manager class
With that, remove the listener detection code from Bot.php and put it into Listener/Manager class; hook it into the main loop
Fix a bug where hosts without ~ would not be detected
Fix a bug where the Autoloader would throw an exception when throwing an exception
Signed-off-by: Yoshi2889 rick.2889@gmail.com
Changes up to now:
Signed-off-by: Yoshi2889 rick.2889@gmail.com