Skip to content

Releases: S3x0r/MINION

0.3.6

04 Sep 16:26
Compare
Choose a tag to compare
- new plugin: !raw <string> -- Sends raw string to server
- you can now load bot with diffrent config from CLI
  to run: php "../BOT.php" some_other_config.ini
- added to !quit plugin ending log message
- some core code changed

0.3.5

03 Sep 16:30
Compare
Choose a tag to compare
- new plugin: !kick <#channel> <who> --  Kicks from channel
- new plugin: !hash <help> -- changing string to choosed algorithm
- new plugin: !ping <host> -- Pings a host
- little code clean and text changes

0.3.4

01 Sep 06:49
Compare
Choose a tag to compare
- you can now set timezone in config.ini 'time_zone'
  default is: Europe/Warsaw
- new switch in config logging, you can chose to log or no 'yes'/'no'
- new switch in config: 'bot_response' you can chose: 'channel', 'notice', 'priv'
- change in update plugin, old config.ini goes to old_config.ini
- config.ini info explanation in DOCS folder

0.3.3

15 Nov 12:57
Compare
Choose a tag to compare
  • little information change in 'register '
  • some changes in readme files
  • little code clean
  • more cli informations from plugins
  • we have now logging system :) LOGS folder :)

033

31 Aug 12:09
Compare
Choose a tag to compare
033
  • little information change in 'register '
  • some changes in readme files
  • little code clean
  • more cli informations from plugins
  • we have now logging system :) LOGS folder :)

0.3.2

29 Aug 22:55
Compare
Choose a tag to compare
  • new plugin: !morse -- converts to morse code
  • new plugin: !math -- Solves mathematical tasks: !math <eg. 8*8+6>
  • new plugin: !youtube -- Shows youtube video title from link: !youtube
  • new plugin: !memusage -- Shows how much ram is being used by bot: !memusage
  • new plugin: !htmltitle -- Shows webpage titile: !htmltitle http://address
  • new plugin: !bash -- Shows quotes from bash.org: !bash
  • plugin newnick little fix
  • plugin restart improv -- bot give owner op before restart
  • after sucessfull register bot give op to owner and restart to update list
  • after !quit bot give op to owner and terminate program

0.3.1

29 Aug 15:33
Compare
Choose a tag to compare
  • corrected start time
  • new plugin: !winamp - you can now control winamp by bot :)
  • save plugin code cleanup
  • topic plugin bug fixed

0.3.0

25 Aug 15:53
Compare
Choose a tag to compare
  • changed from 'password' to -> 'register <password_from_config>'
  • new plugin: !weather -- Shows actual weather: !weather
  • libssh2.dll, php_curl.dll added to PHP core dir
  • !commands renamed to !help
  • plugins: add_owner, auto_op, cham, cluster, deop, devoice, dns, fetch,
    join, leave, md5, newnick, op, save, topic, voice --- little fix.