Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slowcheet4h authored Jan 22, 2022
1 parent 6991bdb commit 7e1416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ WolfIRC for java is a java irc client library for making bots and clients<br>thi
client.sendPM(String user, String message) /* sends pm */
client.register(String password, String email) /* tries to register the server (!! Deprecated use sendRaw instead) */
client.close(); /* closes the client */
client.setUsername(String) /* change nick */
client.changeUsername(String) /* change nick */

client.joinedRooms /* map of channels you have joined */
```
Expand Down

0 comments on commit 7e1416f

Please sign in to comment.