You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: