dgw / sopel-rep

Lets users "luv" and "h8" other users on IRC. Functional clone of a mIRC script someone used in a channel I was in.
Other
0 stars 1 forks source link

Process all karma commands in a line until one matches #23

Closed dgw closed 7 years ago

dgw commented 7 years ago

If a line looks like, for example, dgw++ Bucket++, and dgw is not in the channel, nothing will happen. The module only matches the first karma command in the line, and then it stops.

Looping through all karma commands in a matching line would allow users to be more lazy about checking whether the person(s) they want to .luv/.h8 are online, by mentioning multiple nicknames at once and letting the module figure out who's online.

Requested feature; I'm just making the ticket.

dgw commented 7 years ago

This was merged in commit 82f0742 (from #24) a month ago, hmm.