|
|||
|
|||
|
Inheritance diagram for cmd_sslinfo:


Public Member Functions | |
| cmd_sslinfo (InspIRCd *Instance) | |
| CmdResult | Handle (const std::vector< std::string > ¶meters, User *user) |
| Handle the command from a user. | |
Definition at line 26 of file m_sslinfo.cpp.
|
|
Definition at line 29 of file m_sslinfo.cpp. References Command::source, and Command::syntax. |
|
||||||||||||
|
Handle the command from a user.
Implements Command. Definition at line 35 of file m_sslinfo.cpp. References CMD_FAILURE, CMD_SUCCESS, ERR_NOSUCHNICK, InspIRCd::FindNick(), ssl_cert::GetDN(), ssl_cert::GetError(), Extensible::GetExt(), ssl_cert::GetFingerprint(), ssl_cert::GetIssuer(), User::nick, Command::ServerInstance, User::WriteNumeric(), and User::WriteServ(). |