1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

add: :n username channelname ex: :n testuser #testchannel (#97)

Add: :n <nick> <channel> as a command to the example client.

This queries the state tracker for the status of the user on the given channel.
This commit is contained in:
momo-aux 2017-06-02 23:39:41 +02:00 committed by Alex Bee
parent 329a62d7d9
commit 2ece5aab67
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ _test/
*.swp
*~
*.out
/.gitconfig