![]() |
ircproxy The Ultimate Cyborg |
#include <ServerVersion.h>
Definition at line 27 of file ServerVersion.h.
Public Member Functions | |
| ServerVersion (void) | |
| Construct a default ServerVersion object. | |
Private Attributes | |
| time_t | M_time |
| The time at which this version was last received. | |
| std::string | M_version |
| The version string as received from numeric 004. | |
| boost::optional< bool > | M_user_supports_umode |
| The to true if the hostname field can be used to set the usermode. | |
| ServerVersion::ServerVersion | ( | void | ) | [inline] |
Construct a default ServerVersion object.
Definition at line 42 of file ServerVersion.h.
00042 : M_time(0) { }
time_t ServerVersion::M_time [private] |
std::string ServerVersion::M_version [private] |
boost::optional<bool> ServerVersion::M_user_supports_umode [private] |
The to true if the hostname field can be used to set the usermode.
Definition at line 38 of file ServerVersion.h.
| Copyright © 2005-2007 Carlo Wood. All rights reserved. |
|---|