Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (30/May/2018 13:31:54) -
- (30/May/2018 13:31:54) ***** Spamfilter *****
- (30/May/2018 13:31:54) -
- (30/May/2018 13:31:54) This command adds/removes global spam filters.
- (30/May/2018 13:31:54) Spamfilters can be used to get rid of spam, advertising, bots, etc.
- (30/May/2018 13:31:54) -
- (30/May/2018 13:31:54) Use: /spamfilter [add|del|remove|+|-] [method] [type] [action] [tkltime] [reason] [string]
- (30/May/2018 13:31:54) [method] Matching method, must be one of:
- (30/May/2018 13:31:54) -regex (PCRE fast regex),
- (30/May/2018 13:31:54) -posix (old 3.2.x POSIX regex), or
- (30/May/2018 13:31:54) -simple (fastest but only supports ? and * wildcards)
- (30/May/2018 13:31:54) [type] specifies the target type, you can specify multiple targets:
- (30/May/2018 13:31:54) 'c' channel msg, 'p' private msg, 'n' private notice,
- (30/May/2018 13:31:54) 'N' channel notice, 'P' part msg, 'q' quit msg, 'd' dcc,
- (30/May/2018 13:31:54) 'a' away, 't' topic, 'u' user (nick!user@host:realname ban)
- (30/May/2018 13:31:54) [action] specifies the action to be taken (only 1 action can be specified):
- (30/May/2018 13:31:54) 'kill', 'tempshun' (only shun current session), 'shun',
- (30/May/2018 13:31:54) 'kline', 'gline', 'zline', 'gzline', 'block' (blocks the msg),
- (30/May/2018 13:31:54) 'dccblock' (unable to send any dccs), 'viruschan' (part all channels
- (30/May/2018 13:31:54) and join the virus help chan), 'warn' (warn for IRC Operators).
- (30/May/2018 13:31:54) [string] this is the actual string that should be blocked (regex or simple pattern)
- (30/May/2018 13:31:54) [tkltime] the duration of the *LINEs placed by action (use '-' to use the default
- (30/May/2018 13:31:54) set::spamfilter::ban-time, this value is ignored for block/tempshun');
- (30/May/2018 13:31:54) [reason] the reason for the *LINE or blockmsg, CANNOT CONTAIN SPACES,
- (30/May/2018 13:31:54) '_' will be translated to spaces. Again, if you use '-' for this
- (30/May/2018 13:31:54) the default (set::spamfilter::ban-reason) is used.
- (30/May/2018 13:31:54) -
- (30/May/2018 13:31:54) A few examples (note they will probably line-wrap!):
- (30/May/2018 13:31:54) /spamfilter add -simple p block - - Come watch me on my webcam
- (30/May/2018 13:31:55) /spamfilter add -simple p block - Possible_virus_detected,_join_#help Come watch me on my webcam
- (30/May/2018 13:31:55) /spamfilter add -simple p tempshun - - You_are_infected me.mpg
- (30/May/2018 13:31:55) /spamfilter add -simple p gline - - Come watch me on my webcam
- (30/May/2018 13:31:55) /spamfilter add -simple p gline 3h Please_go_to_www.viruscan.xx/nicepage/virus=blah Come watch me on my webcam
- (30/May/2018 13:31:55) /spamfilter add -simple p kill - Please_go_to_www.viruscan.xx/nicepage/virus=blah Come watch me on my webcam
- (30/May/2018 13:31:55) /spamfilter del -simple p block - - Come watch me on my webcam*
- (30/May/2018 13:31:55) /spamfilter add -regex cN gzline 1d No_advertising_please /come to irc\..+\..+/
- (30/May/2018 13:31:55) -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement