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:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
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