Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

BotBot doesn't log if channel name casing is off #17

Open
mtrythall opened this issue Jun 10, 2014 · 3 comments
Open

BotBot doesn't log if channel name casing is off #17

mtrythall opened this issue Jun 10, 2014 · 3 comments
Assignees
Labels

Comments

@mtrythall
Copy link

The #plyer channel wasn't being logged correctly until I changed its channel name from #Plyer to #plyer.

The capital P was the problem. Not sure if this needs to go on the Django side or the plugins side, but I would think the plugins shouldn't care. Bot connects OK, but logs just don't work.

@vbabiy
Copy link

vbabiy commented Jun 10, 2014

@mtrythall you are correct http://tools.ietf.org/html/rfc2812#page-4 channel names are case insensitive.

@ipmb
Copy link
Member

ipmb commented Jun 10, 2014

Freenode will maintain the capitalization when the channel was created. For
example, if you create #BotBot and then try to connect to #botbot, Freenode
will connect you to #BotBot.

We should probably just lowercase them everywhere we try to match to make
it insensitive.

On Tue, Jun 10, 2014 at 2:44 PM, Vitaly Babiy [email protected]
wrote:

@mtrythall https://github.com/mtrythall you are correct
http://tools.ietf.org/html/rfc2812#page-4 channel names are case
insensitive.


Reply to this email directly or view it on GitHub
#17 (comment)
.

@vbabiy
Copy link

vbabiy commented Jun 10, 2014

@ipmb agreed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants