diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-01-13 12:51:02 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-01-13 12:51:02 +0100 |
commit | 650d2b479d6aa079f41c620c15b47764ac91595a (patch) | |
tree | 3f4d36747b266df04c0001b1a3410e4a4d080909 /protocols/skype/t/call-bitlbee.mock | |
parent | 9ec6b36ca5b9ee1a2a9311c4c8ebfa18c0c65b1e (diff) |
skype: convert msg test to a mock-based one
Diffstat (limited to 'protocols/skype/t/call-bitlbee.mock')
-rw-r--r-- | protocols/skype/t/call-bitlbee.mock | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/protocols/skype/t/call-bitlbee.mock b/protocols/skype/t/call-bitlbee.mock new file mode 100644 index 00000000..e480e7f3 --- /dev/null +++ b/protocols/skype/t/call-bitlbee.mock @@ -0,0 +1,11 @@ +>> NOTICE AUTH +<< NICK alice +<< USER alice alice localhost :alice +>> PRIVMSG &bitlbee +<< PRIVMSG &bitlbee :account add skype alice foo +<< PRIVMSG &bitlbee :account skype on +>> :bob!bob@skype.com JOIN :&bitlbee +<< PRIVMSG bob :CALL +>> PRIVMSG &bitlbee :skype - You are currently ringing the user bob. +<< PRIVMSG bob :HANGUP +>> PRIVMSG &bitlbee :skype - You cancelled the call to the user bob. |