diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-04-21 21:39:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-04-21 21:39:39 +0200 |
commit | 505fdaace26255378516723d8586a698c15f5674 (patch) | |
tree | f8905685a27e606199f5a641afac0afcbf2327eb /protocols/skype/t/group-add-bitlbee.mock | |
parent | 3d1b06f325c585bab69bfb42920fb8fd9df15e52 (diff) |
test skype_group_by_name()
Diffstat (limited to 'protocols/skype/t/group-add-bitlbee.mock')
-rw-r--r-- | protocols/skype/t/group-add-bitlbee.mock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/skype/t/group-add-bitlbee.mock b/protocols/skype/t/group-add-bitlbee.mock new file mode 100644 index 00000000..05c9f987 --- /dev/null +++ b/protocols/skype/t/group-add-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 +<< INVITE daniel &family +>> :daniel!daniel@skype.com JOIN :&family |