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:
parent
329a62d7d9
commit
2ece5aab67
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ _test/
|
|||
*.swp
|
||||
*~
|
||||
*.out
|
||||
/.gitconfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue