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

Make cooldown configurable without editing the plugin source file #41

Closed dgw closed 3 months ago

dgw commented 3 months ago

Replaced the TIMEOUT value defined in the code with a config section containing a cooldown value, keeping the same default of 3600 seconds. Closes #27.

Also optionally allows admins to bypass the cooldown period, again keeping the old behavior (everyone must obey) as the default.