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/msg-bitlbee.mock | |
parent | 9ec6b36ca5b9ee1a2a9311c4c8ebfa18c0c65b1e (diff) |
skype: convert msg test to a mock-based one
Diffstat (limited to 'protocols/skype/t/msg-bitlbee.mock')
-rw-r--r-- | protocols/skype/t/msg-bitlbee.mock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/skype/t/msg-bitlbee.mock b/protocols/skype/t/msg-bitlbee.mock new file mode 100644 index 00000000..42cc163d --- /dev/null +++ b/protocols/skype/t/msg-bitlbee.mock @@ -0,0 +1,9 @@ +>> 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 &bitlbee :bob: foo +>> :bob!bob@skype.com PRIVMSG &bitlbee :alice: bar |