Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

config:ircbot.ini:index [2019/05/08 09:19] – created hansoloconfig:ircbot.ini:index [2019/05/20 17:06] (current) – The ircbot.ini file is covered under :module:ircbot digital man
Line 1: Line 1:
-Sample ircbot.ini 
- 
-<code> 
-;$Id: ircbot.ini,v 1.6 2010/10/20 23:37:29 mcmlxxix Exp $ 
- 
-command_prefix=Bot 
-real_name=SynchroBot 
-config_write_delay=300 
-squelch_list= 
- 
-;[server_ServerName] 
-;addresses=add.ress.one,add.ress.two 
-;nick=MyNickname 
-;services_password=? 
-;channels=#channelone <key>,#channeltwo <key> 
-;port=6667 
- 
-[server_Synchronet] 
-addresses=<servename> 
-nick=<botnick> 
-services_password=<password> 
-channels=#firstchannel,#secondchannel 
-port=6667 
- 
-;[module_ModuleName] 
-;channels=#channelone <key>,!#channeltwo 
-;dir=/sbbs/exec/ircbots/mybot/ 
-;lib=mylib.js 
-;global=true 
- 
-;[module_Trivia] 
-;dir=/sbbs/exec/ircbots/trivia/ 
- 
-[module_Admin] 
-global=true 
-dir=/sbbs/exec/ircbots/admin/ 
- 
-[module_Antispam] 
-global=true 
-channels=#firstchannel,#secondchannel 
-dir=/sbbs/exec/ircbots/antispam/ 
- 
-[module_Decider] 
-global=true 
-dir=/sbbs/exec/ircbots/decider/ 
- 
-[module_Dice] 
-global=true 
-dir=/sbbs/exec/ircbots/dice/ 
- 
-[module_Dis] 
-dir=/sbbs/exec/ircbots/dis/ 
- 
-;[module_Google] 
-;global=true 
-;dir=/sbbs/exec/ircbots/google/ 
- 
-[module_Ham] 
-dir=/sbbs/exec/ircbots/ham/ 
- 
-[module_Humanity] 
-dir=/sbbs/exec/ircbots/humanity/ 
- 
-[module_Info] 
-global=true 
-dir=/sbbs/exec/ircbots/info/ 
-lib=http.js 
- 
-[module_Poker] 
-dir=/sbbs/exec/ircbots/poker/ 
-lib=cardlib.js 
- 
-[module_Presence] 
-channels=#firstchannel,#secondchannel 
-dir = /sbbs/exec/ircbots/presence/ 
-global = false 
-lib = nodedefs.js 
-notify_logon = true 
-notify_logoff = true 
-notify_xtrn = true 
- 
-[module_Weather] 
-global=true 
-dir=/sbbs/exec/ircbots/weather/ 
-lib=http.js 
- 
-[module_WhereIs] 
-global=true 
-dir=/sbbs/exec/ircbots/whereis/ 
-lib=http.js 
- 
-[module_RPG] 
-channels=#firstchannel,#secondchannel 
-dir=/sbbs/exec/ircbots/rpgbot/ 
- 
-[quotes] 
-1=<DigitalMan> I'm not sure why JS really needs all this fancy math shit. 
-2=<Cyan> "The box said 'Windows 95 or better required', therefore Linux was clearly a supported platform." 
-3=<pcm> I have a very hard time understanding you. Is english your native language? <kernel2> no <pcm> where are you from? <kernel2> Virginia 
-4=<Cyan> what bothers me more about TV is the high-pitched whine coming from the flyback transformer :P <Deuce> Uhhh... <Deuce> You sure that's not the power steering on your Ford? 
-5=ircd.txt: "This document is not a replacement for your brain." 
-6=<kernel2> For example mircosoft can not write software worth shit without releasing bugs in there programs, yahoo can not control there animals, hotmail.com is a joke because they are the second spammers in the us 
-7=<Vagabond> heh. Deuce only Codes. He does not make things Pretty. 
- 
-</code> 
- 
- 
-====== Index ====== 
-FIXME 
-===== See Also ===== 
-  * [[:config:ircbot.ini:|config:ircbot.ini index]] 
- 
-{{tag>}}