https://bugzilla.wikimedia.org/show_bug.cgi?id=28276

--- Comment #20 from Danny B. <[email protected]> ---
(In reply to Krinkle from comment #19)

> Also, it's important to look into whether the libraries out there can handle
> with redirects (both on existing connections and for new connections).
> 
> The two libraries most used in this context are:
> - SmartIrc4net (used by [[m:CVN]]'s CVNBot)
>   https://github.com/meebey/SmartIrc4net
> - python-irclib/ircbot/SingleServerIRCBot (used by pywikibot)
>   https://bitbucket.org/jaraco/irc
>   https://github.com/jaraco/irc
> 
> Neither appears to have handling for mode 'f' on channels, or have any
> mention of the word "redirect" or "forward" anywhere in their codebase.

/mode +if redirects whoever automatically on server side. (aka it does not work
like 301/302 redirs in HTTP which require client to act)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to