diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-02-10 12:48:32 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-02-10 12:48:32 +0000 |
commit | e4f5ca868fc4313a6a9a00c5eda0a03767abc703 (patch) | |
tree | 990e1ec4fc29662e1966ccef09447dd625712b8b /protocols/skype/t/group-read-bitlbee.mock | |
parent | be98957a88f66215ab6fb84810a1b2d394eac879 (diff) | |
parent | 875ba16b0224b9bf50a0ea15aa96fe545c76b845 (diff) |
Merge from vmiklos. Adds a "group info" command to list members of a group.
Diffstat (limited to 'protocols/skype/t/group-read-bitlbee.mock')
-rw-r--r-- | protocols/skype/t/group-read-bitlbee.mock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/skype/t/group-read-bitlbee.mock b/protocols/skype/t/group-read-bitlbee.mock new file mode 100644 index 00000000..0f001400 --- /dev/null +++ b/protocols/skype/t/group-read-bitlbee.mock @@ -0,0 +1,14 @@ +>> NOTICE AUTH +<< NICK alice +<< USER alice alice localhost :Alice +>> PRIVMSG &bitlbee +<< PRIVMSG &bitlbee :account add skype alice foo +<< PRIVMSG &bitlbee :account skype set read_groups true +<< PRIVMSG &bitlbee :account skype on +>> :bob!bob@skype.com JOIN :&bitlbee +>> :cecil!cecil@skype.com JOIN :&bitlbee +>> :daniel!daniel@skype.com JOIN :&bitlbee +<< JOIN &family +>> 353 alice = &family :@alice +bob +cecil @root +<< JOIN &work +>> 353 alice = &work :@alice +daniel @root |