tduva

Untitled

Feb 20th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Into <Main - Settings - Ignore>, make sure "Enable Ignore" is ticked:

  • re:.* to ignore all regular messages in chat (. matches any character, * repeated 0-n times)
  • config:info re:((?!host).)* to ignore all info messages not containing "host" (this one is a bit more complicated)
Add Comment
Please, Sign In to add comment