Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implemented /who and /invite #59

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
913770c
added LUSERS function
jcolson Feb 6, 2019
7889d2e
indexOf was not tested properly ... test for > -1
jcolson Feb 6, 2019
48d2ac8
added patch #55
jcolson Feb 6, 2019
ad73bfe
Merge branch 'patch55'
jcolson Feb 6, 2019
a1d9186
added functionality for /WHO
jcolson Feb 6, 2019
1602e02
changed quotes to doubles, changed hostname to be consistant irslackd
jcolson Feb 6, 2019
e47fb86
added ability to /invite user
jcolson Feb 6, 2019
efd99bb
replaced all double qutoes for singles
jcolson Feb 6, 2019
2613ee1
catch exceptions on invite and give error feedback to user
jcolson Feb 7, 2019
58591c3
formatting changes, lint made me do it
jcolson Feb 8, 2019
cfdd495
fixed merge conflict and eslint'd
jcolson Feb 8, 2019
9dcc516
switched from channel.invite to conversations.invite
jcolson Feb 8, 2019
094d302
updated test_invite
jcolson Feb 8, 2019
664d07b
changed plan number
jcolson Feb 9, 2019
a5d13d5
data element during testing was null, causing an unexpected exception…
jcolson Feb 9, 2019
2900f15
used ircToSlack map instead of lookupUserId
jcolson Feb 9, 2019
9da1d69
throw an exception instead of sending error to ircclient right away
jcolson Feb 9, 2019
37c76e2
use ircToSlack map instead of lookupChannelId
jcolson Feb 9, 2019
d0e35e2
invite test almost working
jcolson Feb 9, 2019
c8949ca
invite_test working now
jcolson Feb 9, 2019
43f4e4e
removed console debug for invite function
jcolson Feb 9, 2019
c041f23
throw exception if id's aren't found in map
jcolson Feb 9, 2019
4ae0d80
added not in cache exception test for invite
jcolson Feb 9, 2019
cfd3b0a
added test for /who
jcolson Feb 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading