<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/20966" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2021-05-11T20:41:47-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/20966</id>

		<entry>
		<author><name><![CDATA[Mike05]]></name></author>
		<updated>2021-05-11T20:41:47-04:00</updated>

		<published>2021-05-11T20:41:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109887#p109887</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109887#p109887"/>
		<title type="html"><![CDATA[Need help with bot.conf Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109887#p109887"><![CDATA[
Thank you so much for your response.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12891">Mike05</a> — Tue May 11, 2021 8:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[haferbrei]]></name></author>
		<updated>2021-05-08T00:56:18-04:00</updated>

		<published>2021-05-08T00:56:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109869#p109869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109869#p109869"/>
		<title type="html"><![CDATA[Need help with bot.conf Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109869#p109869"><![CDATA[
its ok.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12860">haferbrei</a> — Sat May 08, 2021 12:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mike05]]></name></author>
		<updated>2021-04-27T23:11:13-04:00</updated>

		<published>2021-04-27T23:11:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109808#p109808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109808#p109808"/>
		<title type="html"><![CDATA[Need help with bot.conf Please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109808#p109808"><![CDATA[
Hello Friends;<br><br>Need help with bot.conf, to properly configure. Please look at my bot.conf and guide me what direct should be removed or modify and if any directives need to be added. After Script Setting. There is a directive <br><br>BotNick BotPassword, it should be there or not, doesn't it concern security?<br><br>Your help would be much appreciated.<br><br>Thanks &amp; Regards<br><br>========================================<br><br>bot.conf<br><br>#######################################################<br>##   _____            ____``     ##<br>##  | ____|__ _  __ _|  _ \ _ __ ___  _ __           ##<br>##  |  _| / _` |/ _` | | | | '__/ _ \| '_ \          ##<br>##  | |__| (_| | (_| | |_| | | | (_) | |_) |         ##<br>##  |_____\__, |\__, |____/|_|  \___/| .__/          ##<br>##        |___/ |___/   1.8.4        |_|             ##<br>##                                                   ##<br>##                            ##<br>#######################################################<br><br>#! ./eggdrop<br><br>### Core Settings ###<br>set admin "MyNick"<br>set nick "Bot"<br>set altnick "Bot1"<br>set realname "#mychannel bot"<br>set username "Bot"<br>set net-type "3"<br>set init-server { putserv "mode Bot +ix" }<br>set servers {<br>  111.11.111.11:+6697<br>}<br><br>## What is your network?<br>##   0 = EFnet<br>##   1 = IRCnet<br>##   2 = Undernet<br>##   3 = DALnet<br>##   4 = +e/+I/max-modes 20 Hybrid<br>##   5 = Others. See eggdrop.conf for settings related to this.<br>set net-type 0<br><br>set timezone "GMT"<br>set offset "0"<br>set env(TZ) "$timezone $offset"<br>set vhost4/listen-addr "111.11.111.11"<br><br>### Logfile Settings ###<br>set max-logs 5<br>set max-logsize 0<br>set quick-logs 0<br>logfile mcobxs * "logs/bot.log"<br>logfile jkp #mychannel "logs/#mychannel.log"<br>set log-time 1<br>set keep-all-logs 1<br>set logfile-suffix ""<br>set switch-logfiles-at 300<br>set quiet-save 0<br><br>### Console Settings ###<br>set console "mkcobxs"<br><br>### File &amp; Directory Settings ###<br>set userfile "Bot.user"<br>set pidfile "pid.Bot"<br>set chanfile "Bot.chan"<br>set force-expire 0<br>set share-greet 0<br>set use-info 1<br>set sort-users 0<br>set help-path "help/"<br>set text-path "text/"<br>set temp-path "/tmp"<br>set motd "text/motd"<br>set telnet-banner "text/banner"<br>set userfile-perm 0600<br>set mod-path "modules/"<br><br>### BotNet Settings ###<br>set botnet-nick "Bot"<br>listen 3458 all<br>set remote-boots 0<br>set shareunlinks 0-<br>set Bottect-telnet 1<br>set dcc-sanitycheck 1<br>set ident-timeout 0<br>set require-p 1<br>set open-telnets 0<br>set stealth-telnets 0<br>set use-telnet-banner 0<br>set connect-timeout 30<br>set dcc-flood-thr 3<br>set telnet-flood 5:60<br>set paranoid-telnet-flood 1<br>set resolve-timeout 15<br><br>### Channel Settings ###<br>loadmodule channels<br>set global-flood-chan 4:5<br>set global-flood-deop 0:0<br>set global-flood-kick 0:0<br>set global-flood-join 4:05<br>set global-flood-ctcp 2:02<br>set global-flood-nick 5:20<br>set global-aop-delay 0:00<br>set global-idle-kick 0<br>set global-chanmode "nt"<br>set global-stopnethack-mode 0<br>set global-revenge-mode 0<br>set global-ban-time 0<br>set global-exempt-time 60<br>set global-invite-time 60<br><br>set global-chanset {<br>    -autoop           -autovoice<br>    -bitch            -cycle<br>    +dontkickops      -dynamicbans<br>    +dynamicexempts   +dynamicinvites<br>    -enforcebans      -greet<br>    -inactive         +nodesynch<br>    -Bottectfriends   -Bottectops<br>    +revenge          +revengebot<br>    -secret           -seen<br>    +shared           -statuslog<br>    +userbans         +userexempts<br>    +userinvites      -Bottecthalfops<br>    -autohalfop<br>}<br><br>channel add #mychannel {<br>chanmode "+tn"<br>    idle-kick 0<br>    flood-chan 5:4<br>    flood-join 5:10<br>    flood-ctcp 3:60<br>    flood-deop 0:0<br>    flood-kick 0:0<br>}<br>channel set #mychannel -enforcebans -dynamicbans -autoop -autovoice -Bottectops -Bottectfriends<br><br>### Advanced Settings ###<br>set ignore-time 5<br>set hourly-updates 00<br>set owner "MyNick"<br>set notify-newusers "3458"<br>set default-flags "hp"<br>set whois-fields "url birthday"<br>set die-on-sighup 0<br>set die-on-sigterm 1<br>set nat-ip "111.11.111.11"<br>unbind dcc n tcl *dcc:tcl<br>unbind dcc n set *dcc:set<br>set must-be-owner 1<br>unbind dcc n simul *dcc:simul<br>set max-dcc 50<br>set enable-simul 1<br>set allow-dk-cmds 1<br>set dupwait-timeout 5<br><br>### Module Settings ###<br>loadmodule dns<br>loadmodule transfer<br>loadmodule share<br>loadmodule server<br>loadmodule ctcp<br>loadmodule irc<br>loadmodule notes<br>loadmodule console<br>loadmodule blowfish<br>checkmodule blowfish<br>loadmodule uptime<br><br>set keep-nick 1<br>set strict-host 0<br>set quiet-reject 1<br>set lowercase-ctcp 0<br>set answer-ctcp 3<br>set flood-msg 5:5<br>set flood-ctcp 3:60<br>set never-give-up 1<br>set strict-servernames 0<br>set server-cycle-wait 60<br>set server-timeout 60<br>set servlimit 0<br>set check-stoned 1<br>set use-console-r 0<br>set debug-output 0<br>set serverror-quit 1<br>set max-queue-msg 300<br>set trigger-on-ignore 0<br>set double-mode 0<br>set double-server 0<br>set double-help 0<br>set optimize-kicks 1<br>set stack-limit 4<br>set ctcp-mode 0<br>set bounce-bans 1<br>set bounce-modes 0<br>set max-bans 100<br>set max-modes 30<br>set kick-fun 0<br>set ban-fun 0<br>set learn-users 0<br>set wait-split 600<br>set wait-info 180<br>set mode-buf-length 200<br>bind msg - ident *msg:ident<br>bind msg - addhost *msg:addhost<br>set no-chanrec-info 0<br>set bounce-exempts 0<br>set bounce-invites 0<br>set max-exempts 20<br>set max-invites 20<br>set prevent-mixing 1<br>set max-dloads 3<br>set dcc-block 1024<br>set copy-to-tmp 1<br>set xfer-timeout 30<br>set share-compressed 1<br>set max-notes 50<br>set note-life 60<br>set allow-fwd 0<br>set notify-users 1<br>set notify-onjoin 1<br>set console-autosave 1<br>set force-channel 0<br>set info-party 0<br><br><br>### Script Settings ###<br>source scripts/alltools.tcl<br>source scripts/action.fix.tcl<br>source scripts/cmd_resolve.tcl<br>source scripts/swearkick.tcl<br>source scripts/compat.tcl<br>source scripts/oper.tcl<br>source scripts/BlackTools/BlackTools.tcl<br><br>set init-server {<br>putquick "identify BotNick BotPass"<br>putserv "oper eggdrop eggdrop"<br>}<br><br># A few IRC networks (EFnet and Undernet) have added some simple checks to<br># prevent drones from connecting to the IRC network. While these checks are<br># fairly trivial, they will prevent your Eggdrop from automatically<br># connecting. In an effort to work-around these, we have developed a couple of<br># TCL scripts to automate the Botcess.<br><br>if {[info exists net-type]} {<br>  switch -- ${net-type} {<br>    "0" {<br>      # EFnet<br>      source scripts/quotepong.tcl<br>    }<br>    "2" {<br>      # Undernet<br>      source scripts/quotepass.tcl<br>    }<br>  }<br>}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12891">Mike05</a> — Tue Apr 27, 2021 11:11 pm</p><hr />
]]></content>
	</entry>
	</feed>
