A Sandcastle Documented Class Library
IServerSendFakeRaw Method |
Sends raw data to the client IServer, use this to fake messages
E.g when you want to replace something in a PRIVMSG
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool SendFakeRaw( string data )
Function SendFakeRaw ( data As String ) As Boolean
bool SendFakeRaw( String^ data )
abstract SendFakeRaw : data : string -> bool
Parameters
- data
- Type: SystemString
String
Return Value
Type: BooleanTrue/False depending if the send was successful
See Also