Skip to content

1.1.8

Compare
Choose a tag to compare
@S3x0r S3x0r released this 29 Nov 16:07
· 7 commits to master since this release
- config changed from ini to json format (config.ini => config.json)
- deleted 'update check.bat' since we now checking it after start time
- added config section MESSAGE and new options:
                          show channel user messages
                          show private messages
                          show users join channel
                          show users part channel
                          show users quit messages
                          show topic changes
                          show nick changes
                          show channel kicks messages
			  show plugin usage info
			  show users notice messages
			  show users invite messages
   - added "keep topic" (CHANNEL) in config
     bot can now protect topic if changed
   - added "channel topic" (CHANNEL) in config
     bot can now set topic if got @
   - removed plugins: pause, unpause, newnick, raw, server
   - log filename format changed <#channelname.servername.txt>
   - added time in raw messages
   - added reason in kick messages
   - fixed rejoining channel if key is set
   - fixed notice messages from user(s)
   - fixed ctcp messages
   - new sounds
   - some bot messages have been changed
   - code cleanup