########################################################################
#                        Detection Types                               #
########################################################################
#0  - CTCP Version check. This trys to match the detectionregex against
#a received CTCP version reply.
#
#1  -  Private Message. This trys to match the detectionregex against a
#private message received by the onjoin bots or monbot
#
#2 - Nick. This trys to match the detectionregex against a nickname.
#
#3 - Ident. This trys to match a detectionregex against a ident.
#
#4 - Realname. This trys to match a detectionregex against a users real
#name.
#
#5  -  Channel.  This  trys to match a detectionregex against a channel
#name.
#
#6  -  Channel Message. This type is not documented in the 
#README.SecureServ file, but is guessed at from the definition files.
#
#10 - Internal. This is reserved.
########################################################################

########################################################################
#                                Actions                               #
########################################################################
#
#0  - SVSJOIN. On IRCds that support SVSJOIN, the user is automatically
#joined  to  the help channel, and any online opers are notified of the
#users infection. If no helpers are logged in, then the user is akilled
#instead.
#
#1 - AKILL. Akill the user from the IRC network.
#
#2  -  WARN.  Send  the  message  to the user indicating they matched a
#definition,  warn  the  operators via a global message, and do nothing
#else.
#
#3  -  NOTHING.  Only  send  the  message  to the user. Do not take any
#further action.
#
########################################################################
