version.tcl provides a CTCP version reply for accounts defined in ::versionreply.
Example reply: ”shroudBNC 1.2 with TCL support” where the version is a variable that is automatically changed by sBNC.
Please note that you have to set ::versionreply before you load the script, for example in sbnc.tcl.
Example of setting ::versionreply in sbnc.tcl:
set ::versionreply "account1 account2 account3" source "scripts/version.tcl"