Sfoglia il codice sorgente

Add a whois command to the XMPP parser.

pull/371/head
Greg Holmes 9 anni fa
parent
commit
34c7a590b6

+ 5
- 0
parser_xmpp/src/com/dmdirc/addons/parser_xmpp/XmppParser.java Vedi File

385
         throw new UnsupportedOperationException("Not supported yet.");
385
         throw new UnsupportedOperationException("Not supported yet.");
386
     }
386
     }
387
 
387
 
388
+    @Override
389
+    public void sendWhois(final String nickname) {
390
+        // TODO: Implement this
391
+    }
392
+
388
     @Override
393
     @Override
389
     public String getLastLine() {
394
     public String getLastLine() {
390
         return "TODO: Implement me";
395
         return "TODO: Implement me";

Loading…
Annulla
Salva