Definition at line 182 of file botnet.cpp.
Public Member Functions | |
s_chan_def_to_push () | |
Public Attributes | |
string | botname |
Remote bot name. | |
string | chan_name |
Name of the channel. | |
s_channel_def | chd |
Definitions for the channel. | |
time_t | last_changed |
Timestamp. |
|
Definition at line 188 of file botnet.cpp. References botname, chan_name, and last_changed. 00189 { 00190 botname=""; 00191 chan_name=""; 00192 last_changed=0; 00193 }
|
|
Remote bot name.
Definition at line 183 of file botnet.cpp. Referenced by botnet_loop(), and s_chan_def_to_push(). |
|
Name of the channel.
Definition at line 184 of file botnet.cpp. Referenced by botnet_loop(), and s_chan_def_to_push(). |
|
Definitions for the channel.
Definition at line 186 of file botnet.cpp. |
|
Timestamp.
Definition at line 185 of file botnet.cpp. Referenced by botnet_loop(), and s_chan_def_to_push(). |