https://bugzilla.wikimedia.org/show_bug.cgi?id=34685

--- Comment #9 from Tim Landscheidt <t...@tim-landscheidt.de> ---
AFAIUI at the main cluster $wgRCFeeds is set up to send recent changes via UDP
to ekrem.pmtpa.  Is ekrem.pmtpa reachable by UDP from wikitech?  In that case,
a configuration à la:

| $wgRCFeeds['default'] = array(
|         'formatter' => 'IRCColourfulRCFeedFormatter',
|         'uri' => "udp://208.80.152.178:9390/#wikitech.wikimedia\t",
|         'add_interwiki_prefix' => false,
|         'omit_bots' => false,
| );

should be enough (obviously: untested :-)).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to