source: protocols/skype/t/groupchat-topic-bitlbee.mock @ fdc6d84

Last change on this file since fdc6d84 was fdc6d84, checked in by dequis <dx@…>, at 2015-10-13T04:24:12Z

skype tests: adjust channel length limit to fix tests...

The diff might look confusing - it's just removing the last hex digit of
each channel name in the groupchat tests.

This broke in several ways over the years. I know because i've been
bisecting the last few hours and found lots of different issues.
All of them except this one were fixed already

This one is probably a side effect of the new irc channel name
generation code that includes the # as part of the string and reuses the
nick code. Or maybe not exactly that, but something similar. I'm not
going to bisect any further, had enough for today.

  • Property mode set to 100644
File size: 350 bytes
RevLine 
[fa41a75]1>> NOTICE *
[3d1b06f]2<< NICK alice
3<< USER alice alice localhost :Alice
4>> PRIVMSG &bitlbee
5<< PRIVMSG &bitlbee :account add skype alice foo
6<< PRIVMSG &bitlbee :account skype on
[fdc6d84]7>> JOIN :##cecil/$bob;4d8cc996579
8>> 353 alice = ##cecil/$bob;4d8cc996579 :@alice bob cecil @root
9<< TOPIC ##cecil/$bob;4d8cc996579 :topic
10>> TOPIC ##cecil/$bob;4d8cc996579 :topic
Note: See TracBrowser for help on using the repository browser.