X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=Uplink%2FP10Formatter.class.php;h=c01b651e5a4979c09caf85cb2be38c9f18098288;hb=811bc0c7a1f583fb624a0f8c3601146e063c5a25;hp=e4235f458a3705901e858b8a7308142068a7a71b;hpb=b692377ffd5176e4be4394997c149773eb9405f7;p=PHP-P10.git diff --git a/Uplink/P10Formatter.class.php b/Uplink/P10Formatter.class.php index e4235f4..c01b651 100644 --- a/Uplink/P10Formatter.class.php +++ b/Uplink/P10Formatter.class.php @@ -1,22 +1,19 @@ . * * * ************************************************************************ * @@ -24,12 +21,6 @@ * * This file contains the command formatter. * - ************************************************************************ - * accessable methods: - * - * static String formatCMD(String $numeric, String $command, String[] $args) - * builds the command with the given arguments - * */ class P10Formatter { @@ -50,6 +41,7 @@ class P10Formatter { "P" => "%s P %s :%s", "O" => "%s O %s :%s", "M" => "%s M %s %s", + "L" => "%s L %s :%s", "SM" => "%s SM %s %s", "OM" => "%s OM %s %s", "311" => "{num} 311 %s %s %s %s * :%s", @@ -59,6 +51,7 @@ class P10Formatter { "330" => "{num} 330 %s %s %s :is logged in as", "318" => "{num} 318 %s %s :End of /WHOIS list.", "401" => "{num} 401 %s %s :No such nick", + "SQ" => "{num} SQ :%s", null => null );