diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-02-17 20:51:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-02-17 20:51:11 +0100 |
commit | 130f7b85cf0d75da8dbb98df6d52595fe24c65c9 (patch) | |
tree | aa70570470d7c6e365c14703256d87b50cba694b /protocols/skype/t/set-mood-text-bitlbee.mock | |
parent | 3a920204f1bbeadf4971530ee91514b89652610b (diff) |
test skype_set_mood_text()
Diffstat (limited to 'protocols/skype/t/set-mood-text-bitlbee.mock')
-rw-r--r-- | protocols/skype/t/set-mood-text-bitlbee.mock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/skype/t/set-mood-text-bitlbee.mock b/protocols/skype/t/set-mood-text-bitlbee.mock new file mode 100644 index 00000000..f017f8bd --- /dev/null +++ b/protocols/skype/t/set-mood-text-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 set skypeconsole_receive true +<< PRIVMSG &bitlbee :account skype on +<< PRIVMSG &bitlbee :account skype set mood_text "foo bar" +>> PRIVMSG &bitlbee :alice: PROFILE MOOD_TEXT foo bar |