]> jfr.im git - irc/rizon/acid.git/commitdiff
protocol: remove old swebirc method
authorAdam <redacted>
Sun, 14 May 2017 18:05:36 +0000 (14:05 -0400)
committerAdam <redacted>
Sun, 14 May 2017 18:05:36 +0000 (14:05 -0400)
acid/src/main/java/net/rizon/acid/core/Protocol.java

index fe189a5587469debeb597b17a612ed1cae6bf7bb..205c80eeffaeea6ea69d27a9b66fa9cbccf829a6 100644 (file)
@@ -285,12 +285,4 @@ public class Protocol
        {
                encap(target.getServer().getName(), "CHGREALHOST", target.getUID(), sockhost, realhost);
        }
-
-       public static void swebirc(String flag, String uid, String host, String ip, String password, String name, String fakeSockHost, String fakeHost)
-       {
-               if (flag.equalsIgnoreCase("REQ") || flag.equalsIgnoreCase("ACK") || flag.equalsIgnoreCase("NAK"))
-               {
-                       encap("*", "SWEBIRC", flag.toUpperCase(), uid, host, ip, "*", "*", password, name, fakeSockHost, fakeHost);
-               }
-       }
 }