Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When logging messages, it is appropriate to remove color and identification prefixes (in networks that support it), but not the address prefix.
Solve this by saving a copy of the message without the address prefix(es) removed, and use it in irclog*() methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transient BotUser permanent
|
|
|
|
users
|
|
|
|
|
|
something about a nonexisting botuser
|
|
|
|
(and then some) decoding
|
|
|
|
|
|
|
|
|
|
other elements
|
|
|
|
|
|
|
|
|
|
Hpricot selectors (like doc/"css path") don't return elements in their natural (depth-first) order. Use custom searches from the root of the document to achieve this.
|
|
|
|
or turn them into normal spaces
This option is used e.g. by the dict plugin to reduce the excessive whitespace in oxford entries.
|
|
inline rescue
|
|
|
|
Utils.get_string_html_info to ircify_first_html_par
|
|
|
|
|
|
factored out of the url plugin
|