#include <shared.h>
Collaboration diagram for s_dcc_request_whois:
Definition at line 1218 of file shared.h.
Public Member Functions | |
void | clear () |
s_dcc_request_whois () | |
Public Attributes | |
string | full_name |
bool | got_whois |
string | host |
string | host_mask |
string | ident |
bool | irc_op |
string | nick |
time_t | start |
string | str |
|
Definition at line 1248 of file shared.h. References clear(). 01249 { 01250 clear(); 01251 }
Here is the call graph for this function: ![]() |
|
Definition at line 1232 of file shared.h. References full_name, got_whois, host, host_mask, ident, irc_op, nick, start, and str. Referenced by irc_quoted_callback(), and s_dcc_request_whois(). 01233 { 01234 start=0; 01235 01236 str=""; 01237 nick=""; 01238 host_mask=""; 01239 01240 got_whois=false; 01241 01242 ident=""; 01243 host=""; 01244 full_name=""; 01245 irc_op=false; 01246 }
|
|
Definition at line 1229 of file shared.h. Referenced by clear(). |
|
Definition at line 1225 of file shared.h. Referenced by clear(). |
|
Definition at line 1228 of file shared.h. Referenced by clear(). |
|
Definition at line 1223 of file shared.h. Referenced by clear(), and irc_quoted_callback(). |
|
Definition at line 1227 of file shared.h. Referenced by clear(). |
|
Definition at line 1230 of file shared.h. Referenced by clear(). |
|
Definition at line 1222 of file shared.h. Referenced by clear(), and irc_quoted_callback(). |
|
Definition at line 1219 of file shared.h. Referenced by clear(), and irc_quoted_callback(). |
|
Definition at line 1221 of file shared.h. Referenced by clear(), and irc_quoted_callback(). |