2 Commits dec8f8694c ... 938379b1da

Author SHA1 Message Date
  Farooq Karimi Zadeh 938379b1da Updating docs: Commands 4 years ago
  Farooq Karimi Zadeh 35af7c8d9b Removing the expired label 4 years ago
2 changed files with 7 additions and 1 deletions
  1. 7 0
      README.md
  2. 0 1
      js/app.js

+ 7 - 0
README.md

@@ -3,6 +3,13 @@ Very Minimalistic IRC client is a really minimalistic and simple IRC client for
 Nokia 8110 4G(the banana phone) which connects to freenode(server address is
 hardcoded).
 
+## Commands
+You can enter these commands by pressing SoftLeft(msg) key.
+ - `/join #somechannel`: Join `#somechannel`.
+ - `/j #somechannel`: Alias for join.
+ - `/part`: Leave the current channel.
+ - `/close`: Close the current window.
+
 ## Controls
  - The center/enter key is used to select link(s) on the current
  - Use Call key to send PMs.

+ 0 - 1
js/app.js

@@ -521,7 +521,6 @@ function stort() {
                         }
                     }
                 }
-                // XXX
             }
             if (token[1] === "353"){ // Channel user list
                 msg = msg.replace(/:/g, "").split(" ");