Wallops() public static method

public static Wallops ( string wallopstext ) : string
wallopstext string
return string
 public void RfcWallops(string wallopstext) => WriteLine(Rfc2812.Wallops(wallopstext));
 public void RfcWallops(string wallopstext, Priority priority) => WriteLine(Rfc2812.Wallops(wallopstext), priority);