56 |
|
buddies.Insert(*buddy); |
57 |
|
|
58 |
|
buddy.Insert(buddies); |
59 |
– |
icbm.RequestParams(); |
59 |
|
|
60 |
|
net::Oscar::Capabilities capabilities; |
61 |
|
|
62 |
|
capabilities.Insert(net::Oscar::ChatCapability); |
63 |
|
info.SetProfile("<font face=\"Tahoma\" size=2>I am <a href=\"http://computers.douglasthrift.net/zoe.xml\">Zoe</a>." |
64 |
< |
"</font> :-*", "<font face=\"Tahoma\" size=3>Mommy told me not to talk to strangers.</font> O:-)", capabilities); |
64 |
> |
"</font> :-*", "<font face=\"Tahoma\" size=2>Mommy told me not to talk to strangers.</font> O:-)", capabilities); |
65 |
|
|
66 |
|
// figure out whether or not we logged in |
67 |
|
|
114 |
|
|
115 |
|
sleep(1); |
116 |
|
|
117 |
< |
icbm->Simple(buddy, stamp); |
117 |
> |
icbm->Simple(buddy, ext::String(stamp) + " " + lexical_cast<ext::String>(std::time(NULL)) + " " |
118 |
> |
+ lexical_cast<ext::String>(api::GetWallTimerSeconds())); |
119 |
|
} |
120 |
|
else |
121 |
|
{ |
122 |
|
sleep(1); |
123 |
|
|
124 |
< |
icbm->Simple(buddy, "<font face=\"Tahoma\" size=2>Mommy told me not to talk to strangers. O:-)"); |
124 |
> |
icbm->Simple(buddy, "<font face=\"Tahoma\" size=2>Mommy told me not to talk to strangers.</font> O:-)"); |
125 |
|
} |
126 |
|
} |