mirror of
https://github.com/ncoevoet/ChanTracker.git
synced 2025-04-27 05:21:10 -05:00
Update README.md
added help about patterns
This commit is contained in:
parent
c33569f42a
commit
2e31eb5983
@ -23,6 +23,10 @@ For cidr supports, you must install ipaddress ( pip for python 2.7 https://pypi.
|
|||||||
!r [<channel>] <nick> [<reason>] do a force part on <nick> in <channel> with <reason> if provided
|
!r [<channel>] <nick> [<reason>] do a force part on <nick> in <channel> with <reason> if provided
|
||||||
!modes [<channel>] <mode> Sets the mode in <channel> to <mode>, sending the arguments given, bot will ask for op if needed.
|
!modes [<channel>] <mode> Sets the mode in <channel> to <mode>, sending the arguments given, bot will ask for op if needed.
|
||||||
!summary [<channel>] returns some stats about <channel>
|
!summary [<channel>] returns some stats about <channel>
|
||||||
|
!addpattern [<channel>] <limit> <life> <mode>(qbeId) [<years>y] [<weeks>w] [<days>d] [<hours>h] [<minutes>m] [<seconds>s] <pattern>) add a <pattern> which triggers <mode> for <duration> if the <pattern> appears more than <limit> (0 for immediate action) during <life> in seconds
|
||||||
|
!addregexppattern [<channel>] <limit> <life> <mode>(qbeId) [<years>y] [<weeks>w] [<days>d] [<hours>h] [<minutes>m] [<seconds>s] /<pattern>/) add a <pattern> which triggers <mode> for <duration> if the <pattern> appears more than <limit> (0 for immediate action) during <life> in seconds
|
||||||
|
!rmpattern [<channel>] <id> [<id>] remove patterns
|
||||||
|
!lspattern [<channel>] [<id|pattern>] return patterns in <channel> filtered by optional <pattern> or <id>
|
||||||
|
|
||||||
## General Usage ##
|
## General Usage ##
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user