public
Description: IRC Client for POSIX systems
Homepage: http://sf.net/projects/bnirc
Clone URL: git://github.com/bniemczyk/bnirc.git
bnirc /
name age message
file AUTHORS Loading commit data...
file COPYING
file ChangeLog
file FAQ
file INSTALL Fri Oct 24 21:20:45 -0700 2008 Initial import of version 0.2.18 [Brandon Niemczyk]
file Makefile.am
file Makefile.in
file NEWS
file PACKAGING
file README
file TODO Tue Nov 18 08:45:58 -0800 2008 Added more to the TODO [Brandon Niemczyk]
file acinclude.m4 Thu Oct 30 09:29:45 -0700 2008 Added python2.5 check to configure script [Brandon Niemczyk]
file aclocal.m4
file autogen.sh
file bnBot Fri Oct 24 21:20:45 -0700 2008 Initial import of version 0.2.18 [Brandon Niemczyk]
file bnirc.1 Fri Oct 24 21:20:45 -0700 2008 Initial import of version 0.2.18 [Brandon Niemczyk]
file bnirc.spec.in
file common.tmplt
file config.guess
file config.sub
file configure
file configure.ac
directory debian/
file default.tmplt
file depcomp Fri Oct 24 21:20:45 -0700 2008 Initial import of version 0.2.18 [Brandon Niemczyk]
directory gentoo/
directory include/
file install-sh Fri Oct 24 21:20:45 -0700 2008 Initial import of version 0.2.18 [Brandon Niemczyk]
file logo
file ltmain.sh
file missing Fri Oct 24 21:20:45 -0700 2008 Initial import of version 0.2.18 [Brandon Niemczyk]
file nocurses.tmplt
directory plugins/
file sample.bnirc Fri Oct 24 21:20:45 -0700 2008 Initial import of version 0.2.18 [Brandon Niemczyk]
directory scripts/
directory src/
file ylwrap
README
you can put any commands in your ~/.bnirc file, they will be auto-executed on startup
check sample.bnirc for an example, alternatively run "/python mkinitfile.py" inside
bnIRC for a wizard to create the startup file

run /help to get a list of commands that the client knows
LOTS MORE that aren't listed work, but are only passed to the server, but i'm not gonna list them

RFC compliance:
by default the IRC RFC are broken in a few non-dangerous ways to deal with stupid clients, particularly with regards to 
NOTICE verse PRIVMSG, care has been taken to avoid "bot-chatter" when in this mode, if you want you can go to strict 
compliance with /set strict_rfc on

PREREQS - You need both the libs and headers for the below
ncurses (ncursesw if you want UTF support)
python