Changes

Jump to: navigation, search

BouncerIRC

251 bytes added, 14:44, 3 October 2011
Fixmynick update
= Custom Modules =
== FixMyNick ==
Automatic prefix nickname with FIXME_ custom string when attaching in the hackerspace networkfrom a specific IP. [https://gitorious.org/znc-bouncer/fixmynick sources].<br/>The string %nick% will automatically be replaced by the nickname set in ZNC.<br/>You can use any part of the IP to match you need.
<pre>
/msg *status LoadMod fixmynick
/msg *fixmynick addplace 62.220.135. FIXME_%nick%
/msg *fixmynick delplace 62.220.135.
/msg *fixmynick listplaces
</pre>