Thresher 1.2 Class Documentation

Sender.Wallops Method 

Send a message to all users who have the 'w' user mode set.

[Visual Basic]
Public Sub Wallops( _
   ByVal message As String _
)
[C#]
public void Wallops(
   string message
);

Parameters

message
Any text message.

Remarks

This will likely be forbidden to all but IRC OPS.

Exceptions

Exception TypeCondition
ArgumentExceptionIf the message is empty or null.

See Also

Sender Class | Sharkbite.Irc Namespace