Difference between revisions of "BouncerIRC"

From Fixme.ch
Jump to: navigation, search
m
Line 5: Line 5:
  
 
* Server: '''hackerspace.fixme.ch:6277''' with SSL (self signed)
 
* Server: '''hackerspace.fixme.ch:6277''' with SSL (self signed)
 +
* Server password: ''yourLogin'':''yourPassword'' (at least for xchat)
 
* Ask Freestorm or Rorist for account creation
 
* Ask Freestorm or Rorist for account creation
 
* Only one irc server is possible per bouncer account
 
* Only one irc server is possible per bouncer account

Revision as of 10:31, 3 February 2012


Description

IRC Bouncer with the hackerspace tag.

  • Server: hackerspace.fixme.ch:6277 with SSL (self signed)
  • Server password: yourLogin:yourPassword (at least for xchat)
  • Ask Freestorm or Rorist for account creation
  • Only one irc server is possible per bouncer account

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
/msg *status connect irc.freenode.net
/join #channel
  • 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

NOTE: You can use /znc instead of /msg *status if your client supports it.

Custom Modules

FixMyNick

Automatic prefix nickname with custom string when attaching from a specific IP. sources
The string %nick% will automatically be replaced by the nickname set in ZNC.
You can use any part of the IP, evaluated from left to right.
SetDefaultNick sets whether you want to change your nick back to default (the one set in znc) when leaving or not.
NOTE: Please desactivate AwayNick module if you don't want your nick to be changed 2 times

/msg *status UnloadMod awaynick
/msg *status LoadMod fixmynick
/msg *fixmynick addplace 128.178.115.37 %nick%_work
/msg *fixmynick addplace 62.220.135 FIXME_%nick%
/msg *fixmynick delplace 62.220.135
/msg *fixmynick listplaces
/msg *fixmynick setdefaultnick true/false

Built-in Modules

  • Interesting modules: awaynick, away, savebuff, buffextras, ...

Liens