Definition at line 202 of file botnet.cpp.
Public Member Functions | |
s_chan_def_to_pull () | |
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 208 of file botnet.cpp. References botname, chan_name, and last_changed. 00209 { 00210 botname=""; 00211 chan_name=""; 00212 last_changed=0; 00213 }
|
|
Remote bot name.
Definition at line 203 of file botnet.cpp. Referenced by botnet_loop(), and s_chan_def_to_pull(). |
|
Name of the channel.
Definition at line 204 of file botnet.cpp. Referenced by botnet_loop(), and s_chan_def_to_pull(). |
|
Definitions for the channel.
Definition at line 206 of file botnet.cpp. Referenced by botnet_loop(). |
|
Timestamp.
Definition at line 205 of file botnet.cpp. Referenced by botnet_loop(), and s_chan_def_to_pull(). |