X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=zippy.c;h=2900a24b0253b80a18545acbc51b79ee6c9673b6;hb=ca87afb87619efbaa94fe045670bc916e9ffe3ec;hp=562609284c1f98090bd14dfddbbe2a4991d1e5a8;hpb=21b2748b7e01ca15af0c2dce7102df401dc2666f;p=xboard.git diff --git a/zippy.c b/zippy.c index 5626092..2900a24 100644 --- a/zippy.c +++ b/zippy.c @@ -680,18 +680,11 @@ int ZippyConverse(buf, i) channel++; } channel[strlen(channel)-1] = NULLCHAR; -#if 0 - /* Always tell to the channel (probability 90%) */ - if (strcmp(player, ics_handle) != 0 && - ((unsigned) random() % 10) < 9) { - Speak("tell", channel); - } -#else + /* Tell to the channel only if someone mentions our name */ if (ZippyCalled(star_match[2])) { Speak("tell", channel); } -#endif ColorizeEx( atoi(channel) == 1 ? ColorChannel1 : ColorChannel, FALSE ); }