Share

The PhiPlan PHP Bot

File Release Notes and Changelog

Release Name: 0.11 Alpha

Notes:


Changes: Changes made in Phi Plan Version 0.11 Alpha: -------------------------------------------- [Fixed] Opening help.xml caused permission errors as it was opened for reading and writing when only reading was required. Fixed by making file open for reading only. [Fixed] Some of the params that replaced the identifiers before actions were performed contained new lines. This caused 2 commands to be sent. Fixed by trimming params before replacing. [Added] Replies to CTCP events VERSION, FINGER, PING and TIME. [Added] Support for multiple flush hosts has been added after a suggestion by therock247uk. [Added] Upgrade script. [Added] Upgrade instructions added to UPGRADE.txt and to the help page. [Fixed] Made events on first stage of actions process display in the order they were added. [Added] New identifier: ~+~. This allows you to join 2 strings. This has no practical use unless you want to use identifiers without them being replaced. For example, if you did "~nick~" it'd show the nickname of the person triggering the event whereas if you did "~ ~+~ nick ~+~ ~" it'd show the text "~nick~". [Added] New identifier: ~version~. This returns the php version. [Added] New action to change the topic of a channel. [Fixed] The bot was trying to select a database even if it couldn't connect to the mysql server. This caused the mysql connection attempts to kill the bot after the first failure.