#######################################################
# Nadoka: IRC Client server program.
# Ver. 0.0.1
#
# Written by K.Sasada
#  Mon, 19 Apr 2004 09:18:54 +0900

* What's this?

Nadoka is IRC Client Server program.
It's same concept as madoka(http://www.madoka.org).

* How to install?

extract.

* How to use?

like this:

  ruby nadoka.rb [rcfile]

If rcfile is not given, try to use ./nadokarc.

* How to write configuration file(rcfile)?

See nadokarc.

* How to make bot?

See ndk_bot.rb and plugins/samplebot.nb. bot file's ext must be 'nb'.

* License

ruby's

* Thanks

This program use rice. A file in rice/ directory is imported from rice 0.0.0.2.
  http://arika.org/ruby/rice

Original concept from madoka.
  http://www.madoka.org/

Many Documents about IRC.
  search 'IRC RFC' with google.


