-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
27 lines (26 loc) · 1010 Bytes
/
CHANGES
File metadata and controls
27 lines (26 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[IRCsmasher v1.1.1]
- Adds Nico Nico Video Link Preview module
- Fixes module file names to match capitalization of module class names.
[IRCsmasher v1.0.0]
- Forked IRCmasher
- Refactored IRCmasher.
Removed deprecated function calls
Documented core functions
Added common IRC connection actions to functions.php
Removed unused functions and irrelevant comments
Refactored modules to be class based and have a unified interface.
Switched config file to .ini format
Consolidated message parsing logic
- Fixed bugs with Admin, Peak and AI modules.
- Added functionality to Admin module
Ability to have bot join channels
Ability to have the bot say something to all channels it is currently in
- Added modular Logging solutions
Console logging
HTML logging
- Added global configuration management
Tracking changes to bot nick
Tracking changes to channels the bot is currently in
- Made the bot compatible with PHP 5.5+
- Added error exit codes
- Updated README