Tom Feist-Hassan
Tom Feist-Hassan
for example, https://github.com/shabble/irssi/blob/master/src/fe-text/gui-entry.c#L67 (not actually that useful, but could be, in other situations
`/JOIN #평범한대화방` appears to display incorrectly in uberprompt as "`[ImaginaryNet/#평범한대?]`" Confirm that utf-8 is being properly handled by the script, and that it's either an Irssi problem (c.f [unicode/colours in...
# Idea In some channels it's commonplace to correct your mistakes with a pseudo-regex, for example: ``` I love badgers! Badgers, really?! s/badgers/horses/ ``` Instead of mentally parsing it, get...
Something that combines various features from `logresume.pl` (`/logview`, `/logtail`, etc), grep, listing available files (by network, channel/query...blah blah. Maybe really sneaky and try to parse logs using existing formats to...
``` Tue.17:18:00 shabble: you consume french fried troll meat Tue.17:18:22 dammit, where's my towel? Tue.17:18:37 * shabble fumbles his nickname setting variable magic Tue.17:18:51 being confused, you mispronounce the magic...
have selective ignore/or ignore-exceptions for things that happen to friends (maybe reuse notify list?) or people who have been active in a channel recently Useful for spotting ask-and-run people before...
a better version of hilight that uses perl regex rather than the horribleness of POSIX REG_EXTENDED.
Make http://scripts.irssi.org/html/cron.pl.html more better - autoload stuff at startup - use subcommands - less horrible perls
# Error: `Can't use an undefined value as an ARRAY reference at /home/.../.irssi/scripts/autorun/63-longify-urls.pl line 186. the closest link to that that I can find is: Link: yfrog Photo : http://yfrog.com/kh4q7p`...
Part of the init code calls `statusbar prompt reset` which causes collateral damage on things like `visible`, `placement` and `type`. On startup, it should parse the output of `statusbar prompt`,...