Closed (fixed)
Project:
Bot
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2012 at 09:09 UTC
Updated:
23 Jan 2013 at 01:10 UTC
I put a newline after the channel.
cron_fastest always found there was no "#chan\n" and so it tried to join "#chan\n"
This patch trims leading & trailing whitespace before the preg_split trims the whitespace around the commas.
| Comment | File | Size | Author |
|---|---|---|---|
| trim_ending_whitespace_from_channels.patch | 589 bytes | jhr |
Comments
Comment #1
morbus iffThanks! This will be in the next release.
Comment #2
morbus iffCommitted.