-
Notifications
You must be signed in to change notification settings - Fork 3
"join" plugin does not work. #10
Comments
* Idiotically, Perl returns the size of the list if split() is used in scalar context. Make sure to use it in list context. * Port the code that reads the list of channels from the config to the new(ish) scheme that uses a hashref instead of an arrayref. Signed-off-by: Jan Krüger <[email protected]>
Sorry, |
It does not complain as loudly, but the plugin does not work as intended. Interaction log follows:
Channels list does include #vlege (bot was /kick'ed from it for test). But at least it doesn't crash anymore! |
No idea what's happening there. Once I get my computer moved to my new home (maybe next month?) I'll dig deeper... |
I just tested this in my production instance. WFM... |
Does this issue still exist for you? If so, please catch me on IRC some time so we can try and figure out what's going on. |
It is still broken, yes. I am running off abf5205, but nothing since then touches this plugin. Catch me this weekend whenever is convenient for you. |
The "join" plugin causes a crash when invoked as
.join
and/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.
The text was updated successfully, but these errors were encountered: