James Lu

Results 53 issues of James Lu

Currently, simple things like `/map`, `/who`, and `/raw help` don't even work; the output is just ignored. It's pretty standard to have unhandled numerics sent to the server buffer, not...

Result: ![screenshot of query window](https://dl.dropboxusercontent.com/u/18664770/Screenshot_2014-11-13-20-44-39.png) Using the version available on the Play Store as of Nov. 13/2014.

This PR submits the `relaymsg` extension that I developed for my network as a draft. It allows relay bots to spoof usernames in a stateless fashion, similarly to webhooks in...

Today in #limnoria-bots we found that MoobotFactoids supports replacing and regex-replacing existing factoids. This isn't documented in the plugin README, so it's not obvious at all for folks new to...

Documentation
good first issue

I imagine this looking something like: - `irc.requestIRCv3Cap("name-of-cap")`, which gets translated to `CAP REQ :name-of-cap` - `irc.removeIRCv3Cap("name-of-cap")`, which gets translated to `CAP REQ :-name-of-cap` - Both commands should reject attempts...

Feature request

Context: my [NuWeather](https://github.com/jlu5/SupyPlugins/tree/master/NuWeather) plugin uses an [OnlySomeStrings option](https://github.com/jlu5/SupyPlugins/blob/master/NuWeather/config.py#L62-L68) to define a list of supported weather backends and set the default one. When reloading the plugin, the list of allowed values...

Feature request

Ideally these should be pulled from some central location. ``` $ supybot --version Limnoria 2019.10.05 running on Python 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.3.0] $ supybot-adduser --version supybot...

Documentation
good first issue

Reported by AlexPortable in #limnoria: ``` ERROR 2016-09-11T18:24:13 supybot Uncaught exception in _callRegexp: Traceback (most recent call last): File "/home/alexportable/.local/lib/python3.5/site-packages/supybot/callbacks.py", line 1478, in _callRegexp method(irc, msg, m) File "/home/alexportable/limnoria/plugins/SedRegex/plugin.py", line...

Bug
forwarded

Commands like `karma`, `most increased` and `most decreased` are able to list up to a message's worth of nicks. It should be possible to force these replies in private like...

Feature request