Difference between revisions of "BouncerIRC"
From Fixme.ch
m |
m (→Usage) |
||
Line 34: | Line 34: | ||
/msg *status LoadMod admin | /msg *status LoadMod admin | ||
/msg *admin help | /msg *admin help | ||
+ | </pre> | ||
+ | * Customize CTCP responses | ||
+ | <pre> | ||
+ | /msg *admin addctcp username COMMAND message | ||
+ | ex.: /msg *admin addctcp rorist VERSION TskTsk | ||
</pre> | </pre> | ||
Revision as of 09:04, 3 October 2011
Description
IRC Bouncer with the hackerspace tag.
- Server: hackerspace.fixme.ch:6277 with SSL (self signed)
- Ask Freestorm or Rorist for account creation
Goal
- Use a private bouncer
- Enjoy a bouncer features (away nick, back log, instant attach, ...)
- Tweak it for the hackerspace needs
Usage
- Connect to a IRC server over SSL
/msg *status AddServer irc.freenode.net +7000
- Basic status config
/msg *status help
- Save config to file (important when the bouncer is restarted)
/msg *status SaveConfig
- List and add module
/msg *status ListAvailMods /msg *status LoadMod XXX
- Complete config
/msg *status LoadMod admin /msg *admin help
- Customize CTCP responses
/msg *admin addctcp username COMMAND message ex.: /msg *admin addctcp rorist VERSION TskTsk
Custom Modules
FixMyNick
Automatic prefix nickname with FIXME_ when attaching in the hackerspace network. sources
/msg *status LoadMod fixmynick
Built-in Modules
- Interesting modules: awaynick, away, savebuff, buffextras, ...
Liens
- ZNC Bouncer: http://wiki.znc.in
- C++ Modules: http://wiki.znc.in/Writing_modules
- Module docs: http://people.znc.in/~psychon/znc/doc/classCModule.html