The "join" plugin causes a crash when invoked as .join and/or generally does not work. Console log of crash:
$ ./gitinfo-irc.pl
[Mon Feb 3 19:00:58 2014] [INFO] Control server started.
[Mon Feb 3 19:00:58 2014] [INFO] Plugin 'join' loaded.
[Mon Feb 3 19:00:58 2014] [INFO] Plugin 'text_trigger' loaded.
[Mon Feb 3 19:00:58 2014] [INFO] IRC: connected to chat.freenode.net
Not an ARRAY reference at plugins/join.pm line 14.
$
Also mistakenly claims invalid channel name when invoked directly with .join #channel - suspect bad regex matching causing this one.
Running off the current HEAD + Pull Request #9 so this plugin will actually load.
The "join" plugin causes a crash when invoked as
.joinand/or generally does not work. Console log of crash:Also mistakenly claims invalid channel name when invoked directly with
.join #channel- suspect bad regex matching causing this one.Running off the current HEAD + Pull Request #9 so this plugin will actually load.