Request information about the software of the target IRC server.
This returns information describing the server: its version, when it was compiled, the patchlevel, when it was started, and any other miscellaneous information which may be considered relevant.
Possible Errors
//Query a specific server
connection.Sender.Info( "sunray.sharkbite.org" );
//Query the server Bob is connected to
connection.Sender.Info("Bob");
Sender Class | Sharkbite.Irc Namespace | Sender.Info Overload List | OnInfo