Version 1.4 now available.
The only addition is support for half-ops (%).
To upgrade:
1. Upload
ircadmin.php and
irconline.php. Be sure to re-set the config values in irconline.php.
2. Redo the file edits for your forum root
index.php.
3. Overwrite
ircrefresh.tcl with the new file. Be sure to re-set the config values.
4. Run the following query in PhpMyAdmin
Code:
ALTER TABLE `irc_channel` ADD halfops text not null AFTER operators;