Firstmate commented on a Page, AV  -  Feb 01, 2009

All he means is you can group them.

For example:

on *:TEXT:!trigger*:#:{

Is the same as:

on *:TEXT:*:#: {
 if ($1 == !trigger) {
 }
}

By doing that, you can put multiple commands in one event:

on *:TEXT:*:#: {
 if ($1 == !trigger) {
 }
 if ($1 == !trigger2) {
 }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.