[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.IRCCommands.Notice(System.String,System.String)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static string Notice(
	string destination,
	string message
)

Parameters

destination
String

[Missing <param name="destination"/> documentation for "M:fCraft.IRCCommands.Notice(System.String,System.String)"]

message
String

[Missing <param name="message"/> documentation for "M:fCraft.IRCCommands.Notice(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:fCraft.IRCCommands.Notice(System.String,System.String)"]

See Also