s_dynamic_rule Struct Reference

#include <shared.h>

Collaboration diagram for s_dynamic_rule:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores user's dynamic modes rule.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 279 of file shared.h.

Public Member Functions

 s_dynamic_rule ()

Public Attributes

string group
 From which group are dynamic modes accepted?
string minus_modes
 Wich modes accepted? ('+' for -v, '@' for -o).
string plus_modes
 Wich modes accepted? ('+' for +v, '@' for +o).


Constructor & Destructor Documentation

s_dynamic_rule::s_dynamic_rule  )  [inline]
 

Definition at line 284 of file shared.h.

References group, minus_modes, and plus_modes.

00285     {
00286         group="";
00287         plus_modes="";
00288         minus_modes="";
00289     }


Member Data Documentation

string s_dynamic_rule::group
 

From which group are dynamic modes accepted?

Definition at line 280 of file shared.h.

Referenced by botnet_loop(), logic_process_line(), and s_dynamic_rule().

string s_dynamic_rule::minus_modes
 

Wich modes accepted? ('+' for -v, '@' for -o).

Definition at line 282 of file shared.h.

Referenced by botnet_loop(), logic_process_line(), and s_dynamic_rule().

string s_dynamic_rule::plus_modes
 

Wich modes accepted? ('+' for +v, '@' for +o).

Definition at line 281 of file shared.h.

Referenced by botnet_loop(), logic_process_line(), and s_dynamic_rule().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:48 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo