empus / armour

Armour -- an advanced eggdrop channel protection script for IRC
13 stars 11 forks source link

Add `correct` channel setting to allow regex string replacements #127

Closed empus closed 6 months ago

empus commented 1 year ago

Enable string correction responses:

@Empus | y modchan correct on
 @yolk | done.

Replace soccer with football:

@Empus | This soccer World Cup has been a wild ride.
@Empus | s/soccer/football/
 @yolk | correction, <Empus> This football World Cup has been a wild ride.

Remove the text don't:

@MrBob | My wife seems upset with me... I don't know why. 
@Elmo  | uh oh!
@Empus | s/don't //
 @yolk | correction, <MrBob> My wife seems upset with me... I know why.
@Empus | haha.  Seems more likely :>
empus commented 6 months ago

Done