Not a huge deal, but still, many of your correct aliases probably should not be primary aliases
thuna` joined the channel
crazyroostereye joined the channel
seasharp_ has quit
seasharp joined the channel
nvalrk joined the channel
nvalrk has quit
nvalrk joined the channel
vzctr811 has quit
nvalrk has quit
nvalrk joined the channel
nvalrk has quit
tagomago joined the channel
Maxr1998_ joined the channel
Maxr1998 has quit
vzctr811 joined the channel
BobSwift[m] joined the channel
BobSwift[m]
Cheezmo (IRC): I wonder if you need to include brackets around the two optional choices at the start? Perhaps an alternative might be `$set(lastword,\([^\(\\s]+\)\\\)\$)`
user23 joined the channel
nvalrk joined the channel
It seems to work here when I tested it.
texke joined the channel
thuna`
I think the problem is that rsearch is buggy, where it returns the contents of the first group even when it's None, which causes an error somewhere else down the line
Cheezmo: Ok, when you try to set lastword to None, you unset it. So, depending on the full context, that might be why it's crashing
nvalrk has quit
nvalrk joined the channel
zou has left the channel
nvalrk has quit
nvalrk joined the channel
BobSwift[m]
* Cheezmo (IRC): I wonder if you need to include brackets around the two optional choices at the start? Perhaps an alternative might be `$set(lastword,$rsearch(%title%,\([^\(\\s]+\)\\\)\$))`
Cheezmo (IRC): Sorry, to be clear the one I tested here that seems to work is `$set(lastword,$rsearch(%title%,\([^\(\\s]+\)\\\)\$))` (which I had earlier posted with the `$rsearch(%title%` portion missing). Sorry about that.