Yeah, I get that part but I don't know what to do with the given information.

Quote:
on SNOTICE

The on SNOTICE event triggers when you receive a server notice.


Format: on <level>:SNOTICE:<matchtext>:<commands>
Example: on 1:SNOTICE:*client connecting*:/halt

For an explanation of matchtext see the on TEXT event.

Examples

on 1:SNOTICE:*hack*:/splay hack.wav

This triggers when a server notice contains the word hack.

Note: You can prevent the default server notice from being displayed by using /halt.

I am assuming that it is something similar to the first one you have given me about the ON START, but I am not sure how to configure it.

I am guessing that I should add below what I already have something like this...

ON *:SNOTICE:{
blah blah blah
blah blah blah
blah blah blah
}