Last active
August 30, 2018 17:00
-
-
Save khaytsus/716f2ee176ed8bdac49adda6696ed00c to your computer and use it in GitHub Desktop.
Ignore suggestions for freenode spammers in irssi format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//ignore -regexp -pattern "^.*fascinating.blog.by.freenode.staff.*$" * ALL | |
//ignore -regexp -pattern "^.*Read what IRC investigative journalists.*$" * ALL | |
//ignore -regexp -pattern "^.*interested in this blog by freenode.*$" * ALL | |
//ignore -regexp -pattern "^.*With our IRC ad service you can reach a global audience.*$" * ALL | |
//ignore -regexp -pattern "^.*This channel has been hacked by Australia.*$" * ALL | |
//ignore -regexp -pattern "^.*MattSTrout.com.*$" * ALL | |
//ignore -regexp -pattern "^.*williampitcock.com.*$" * ALL | |
//ignore -regexp -pattern "^.*bryanostergaard.com.*$" * ALL | |
//ignore -regexp -pattern "^.*This channel has moved to.*$" * ALL | |
//ignore -regexp -pattern "^.*After the acquisition by Private Internet Access.*$" * ALL | |
//ignore -regexp -pattern "^.*All told, Handshake aims to give.*$" * ALL | |
//ignore -regexp -pattern "^.*Handshake cryptocurrency scam is operated by Andrew.*$" * ALL | |
//ignore -regexp -pattern "^.*Even christel, the freenode head of staff.*$" * ALL | |
//ignore -regexp -pattern "^.*Don't support freenode and their ICO scam.*$" * ALL | |
//ignore -regexp -pattern "^.*Freenode is registered as a .private company.*$" * ALL | |
//ignore -regexp -pattern "^.*Christel just posted this .denial.*$" * ALL | |
//ignore -regexp -pattern "^.*This blog is essentially an ad for the Handshake ICO.*$" * ALL | |
//ignore -regexp -pattern "^.*Consider Andrew Lee's involvement, Andrew Lee.*$" * ALL | |
//ignore -regexp -pattern "^.*Oh, and about those donations she speaks.*$" * ALL | |
//ignore -regexp -pattern "^.*Allah is doing.*$" * ALL | |
//ignore -regexp -pattern "^.*learn and teach quran.*$" * ALL | |
//ignore -regexp -pattern "^.*read from book of Allah.*$" * ALL | |
//ignore -regexp -pattern "^.*recitation of Quran.*$" * ALL | |
//ignore -regexp -pattern "^.*heart is likened to a mirror.*$" * ALL | |
//ignore -regexp -pattern "^.*when a person commits one sin a black dot sustains the heart.*$" * ALL | |
//ignore -regexp -pattern "^.*worship except Allah and Muhammad.*$" * ALL | |
//ignore -regexp -pattern "^.*ANDREW GODOY FINGERS.*$" * ALL | |
//ignore -regexp -pattern "^.*rampjou.*$" * ALL | |
//ignore -regexp -pattern ".*ADn2IJnTRyM.*" * ALL | |
//ignore -regexp -pattern ".*utMUBnl3nk.*" * ALL | |
# Now the morons are using utf8... Don't they have lives? | |
//ignore -regexp -pattern ".*іᥒᴠestiɡɑtⅰᴠe јourᥒaⅼⅰstѕ.*" * ALL | |
//ignore -regexp -pattern ".*mⅰght bе іᥒterᥱѕted.*" * ALL | |
//ignore -regexp -pattern ".*Ⲃrỿaᥒ kⅼഠᥱri.*" * ALL | |
//ignore -regexp -pattern ".*frеᥱnоdе stаff ⅿembᥱr.*" * ALL | |
//ignore -regexp -pattern ".*Ꮃⅰth оᥙr IᏒС ɑԁ ѕеrvicᥱ.*" * ALL | |
//ignore -regexp -pattern ".*Rᥱаd ᴡһаt ІᎡС.*" * ALL | |
//ignore -regexp -pattern ".*ỿѕ ⅿⅰɡht be ⅰntеrеsteԁ.*" * ALL | |
//ignore -regexp -pattern ".*Ꮃіtһ οᥙr ІRС aⅾ servіϲᥱ.*" * ALL | |
//ignore -regexp -pattern ".*fаscⅰnаtⅰᥒg blഠɡ.*" * ALL | |
# some experimental to sotp the dumb img links | |
//ignore -regexp -pattern "^.*http.*[\W]{5,}$" * ALL | |
//ignore -regexp -pattern "^[\W]{5,}http.*[\W]{5,}$" * ALL | |
//ignore -regexp -pattern "^.*[\W]{6,}http[\W]{3,}.*$" * ALL | |
# Fedbot spam due to spam... | |
//ignore -regexp -pattern "^.*Spam is off topic on freenode.*$" * ALL | |
//ignore -regexp -pattern "^.*Spam is not permitted on freenode.*$" * ALL | |
//ignore -regexp -pattern "^.*has quit.*K-Lined.*$" * ALL | |
//ignore -regexp -pattern "^.*http.*$" * ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment