| 12345678910111213141516171819202122232425 |
- #when you make the bot, remove these #lines :)
- #These lines MUST be correctly syntaxed or the bot will not work properly.
- #A conf can be only a hub conf or only a leaf conf. (see README for locations)
- #The first line must contain UID (use "id" in shell to get uid)
- #- 1113
- #The second must be the output from uname -nv (-nr on FBSD)
- #+ somebox #1 SMP Thu May 29 06:55:05 EDT 2003
- #any lines after should be in this format:
- #botnick [!]ip4 [+]hostname IPv6-ip (the + means ipv6)
- #If there is no hostname for the ipv6 ip, just put a "." in place of hostname.
- #(the ! means internal NAT ip address, IE: 10.10.0.3, Hostname REQUIRED)
- #Full example:
- #- 101
- #+ somebox 5.1-RELEASE
- #wraith 66.34.23.123 66-34-23-123.roc.mn.charter.com
- #leetbot 66.34.23.123 +ipv6.uber.leet.la
- #modem 66.34.23.124 some.ipv4.vhost.at.wraith.net
- - 501
- + veritas #1 SMP Thu May 29 06:55:05 EDT 2003
- !- //This will disable 'ps' cloaking on the shell
- sbptest 66.188.213.191 66-188-213-191.roc.mn.charter.com
- updated 66.188.213.191 66-188-213-191.roc.mn.charter.com
- elinked 66.188.213.191 66-188-213-191.roc.mn.charter.com
- ipv6bot 66.188.213.191 +somehost 1:2:3:4::0
- ipv6b0t 66.188.213.191 . 1:2:3:4::5
|