<?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/11292" />

	<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>2006-02-02T04:01:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[bodybag]]></name></author>
		<updated>2006-02-02T04:01:04-04:00</updated>

		<published>2006-02-02T04:01:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60025#p60025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60025#p60025"/>
		<title type="html"><![CDATA[weird behaviour with 2 channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60025#p60025"><![CDATA[
Thanks. That did the job.<br>You are the best.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7309">bodybag</a> — Thu Feb 02, 2006 4:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bodybag]]></name></author>
		<updated>2006-02-02T03:19:46-04:00</updated>

		<published>2006-02-02T03:19:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60020#p60020</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60020#p60020"/>
		<title type="html"><![CDATA[weird behaviour with 2 channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60020#p60020"><![CDATA[
<blockquote class="uncited"><div>what was it in my post you didn't understand?<br><br>"don't use static (added in the config) channels" means "remove channels defined in your config"<br><br>pretty clear, no?</div></blockquote>Sorry. Must be the weather <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br>I read "Don't use the stats-module defined in your config"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7309">bodybag</a> — Thu Feb 02, 2006 3:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-02T02:33:12-04:00</updated>

		<published>2006-02-02T02:33:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60016#p60016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60016#p60016"/>
		<title type="html"><![CDATA[weird behaviour with 2 channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60016#p60016"><![CDATA[
what was it in my post you didn't understand?<br><br>"don't use static (added in the config) channels" means "remove channels defined in your config"<br><br>pretty clear, no?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Feb 02, 2006 2:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bodybag]]></name></author>
		<updated>2006-02-02T02:23:20-04:00</updated>

		<published>2006-02-02T02:23:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60015#p60015</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60015#p60015"/>
		<title type="html"><![CDATA[weird behaviour with 2 channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60015#p60015"><![CDATA[
Hi,<br>I compiled eggdrop without the stats.mod - module. Can't add the channel cia partyline cause they already exist <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> Maybe my config is broken.<br><br><div class="codebox"><p>Code: </p><pre><code># Simple configuration file for eggdrop 1.3.27 and later versions# v2.1 (21/6/2000) by slennox &lt;slennox@egghelp.org&gt;, http://www.egghelp.org## This is a simplified version of the eggdrop.conf.dist file. It's written# mainly for people new to eggdrop who find all the options in the example# config file somewhat daunting. If you want to get your channel bot up and# running as quickly and painlessly as possible, you should edit this file# to create your bot's config file. However, if you want to take full# advantage of all of eggdrop's features, you'll need to make some time to# go through all the options in eggdrop.conf.dist and base your config on# that file.## Before you can start your bot, you'll need to set all the options below# to specify things such as the bot's nickname, the servers it should# connect to, etc. Be sure to read each description carefully.## EGGDROP BOT CONFIGURATION ### These lines load all the modules necessary for a simple channel bot.loadmodule channelsloadmodule serverloadmodule ctcploadmodule ircloadmodule notescheckmodule blowfish# Bot admin - set your name and e-mail address.set admin "Your Name &lt;YourName@yourisp.com&gt;"# Bot owner - set your nickname here.set owner "xxx"set nick-len 15 # New user notification - set your nickname here.set notify-newusers "xxx"# User name - set this to your username on the shell.set username "bender"# Vhost - if you want your bot to use a vhost, uncomment the the following# line (i.e. remove the #) and set the vhost. Note that you can't just set# anything here - the vhost must be available on the shell your bot is on.# You may also need to set the vhost's IP number for it to work on some# shells.set my-hostname "xxx.de"set my-ip "xx.xx.xx.xx"listen 3333 all# IRC network - set this to the name of the network your bot will be on.set network "xxx"# IRC network type - to allow eggdrop to function optimally on your IRC# network's servers, set the network type below.# 0 = EFnet, 1 = IRCnet, 2 = Undernet, 3 = DalNet, 4 = EFnet (for new# hybrid 6.0 servers with +e support), 5 = Other Networksset net-type 1# Bot nickname - set the nickname you want for your bot here. Also set the# alternate nickname (in case the first nick is in use).set nick "BenderBot"set altnick "BenderBot2"# Real name - the name that appears when you /whois the bot.set realname "Hey sexy mama, wanna kill all humans?"# Server list - make a list of servers your bot should try to connect to.# You will need to change this to servers on your IRC network.set global-chanset {-autoop+autovoice}set servers {      irc.xxx.de:6668      }      # Channels - you need to create a "channel add" setting for each channel      # you want the bot to be on. Make sure you change the examples below to      # your channel(s).      #      # Each channel add has options to configure how your bot should act on the      # channel:      #      # chanmode      #   Channel modes the bot will enforce.      # idle-kick      #   Kick people who are idle in the channel after how many minutes? Leave      #   it set to 0 to disable.      # flood-chan      #   How many channel messages in how many seconds is a flood?      # flood-ctcp      #   How many channel CTCPs in how many seconds is a flood?      # flood-join      #   How many joins or nick changes in how many seconds is a flood?      # flood-deop      #   How many deops in how many seconds is a flood?      # flood-kick      #   How many kicks how many seconds is a flood?      #      # Flood settings can be set to 0:1 to disable detection.channel add #ScoreAddiction {chanmode "+nt"idle-kick 0    flood-chan 30:60flood-join 5:60flood-ctcp 3:60flood-deop 3:10flood-kick 3:10}      channel add #SportIllustrated {chanmode "+nt"idle-kick 0flood-chan 30:60flood-join 5:60flood-ctcp 3:60flood-deop 3:10flood-kick 3:10}    # Additional channel settings - these further determine how the bot should# act on the channel(s) it's on. These settings are switched on/off using# the + or - symbol. + (plus) switches the option on, - (minus) switches it# off. Available settings are:# # enforcebans#   When a new ban is set on the channel, kick users who match the ban?# dynamicbans#   Activate bans only when necessary (e.g. when someone who matches a ban#   joins the channel), instead of leaving it active around the clock?# autoop#   Automatically op +o users when they join the channel? (generally a bad#   idea).# bitch#   Only allow +o users to be opped?# protectops#   Reop +o users if they get deopped?# stopnethack#   Deop non +o users if they're given ops by a server?# revenge#   Punish users who deop/kick/ban the bot?channel set #ScoreAddiction +enforcebans +autovoice -dynamicbans -autoop -bitch +protectops +stopnethack -revengechannel set #SportIllustrated +enforcebans +autovoice -dynamicbans -autoop -bitch +protectops +stopnethack -revenge# User file - set the filename for your bot's userfile.set userfile "benderbot.user"# Channel file - set the filename for your bot's chanfile.set chanfile "benderbot.chan"# Notes file - set the filename for your bot's notes file.set notefile "benderbot.notes"# These lines specify the logfiles the bot should keep. The first line# makes the bot to log all bot activity to the file "nicebot.log". The# second line makes the bot log all activity on the channel "#yourchan" to# "#yourchan.log". You can have up to five log files. If you don't want the# bot to keep log files, delete the three lines below. Otherwise, make sure# you change the channel names to the channel(s) your bot will be on.logfile mcobxs * "logs/benderbot.log"logfile jkp #ScoreAddiction "logs/#ScoreAddiction.log"logfile jkp #SportIllustrated "logs/#SportIllustrated.log"# TCL scripts - specify any TCL scripts you wish to load.source scripts/alltools.tclsource scripts/action.fix.tclsource scripts/http.tclsource scripts/tv_v5.4.tclsource scripts/quoteme-1.3.tclsource scripts/ent_agreet.tclsource scripts/imdb.tclsource scripts/meteo.tclsource scripts/slap.tclsource scripts/lies.tclsource scripts/kuschel.tclsource scripts/avote.tclsource scripts/server_ident.tclsource scripts/rssnews.tclloadhelp quoteme-1.3.tclset help-path "help/"set hourly-updates 02set init-server { putserv "MODE $botnick +i-ws" }set ctcp-mode 2set double-mode 0set double-server 0set double-help 0#unbind dcc n tcl *dcc:tcl#unbind dcc n set *dcc:setunbind dcc n simul *dcc:simul#source stats.confsource gseen.conf</code></pre></div>Bot Is connecting to a UnrealIrcd Server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7309">bodybag</a> — Thu Feb 02, 2006 2:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-02T00:03:46-04:00</updated>

		<published>2006-02-02T00:03:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60005#p60005</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60005#p60005"/>
		<title type="html"><![CDATA[weird behaviour with 2 channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60005#p60005"><![CDATA[
don't use static (added in the config) channels<br><br>add your channels from bot's partyline using <em class="text-italics">.+chan</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Feb 02, 2006 12:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bodybag]]></name></author>
		<updated>2006-02-01T10:58:17-04:00</updated>

		<published>2006-02-01T10:58:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59992#p59992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59992#p59992"/>
		<title type="html"><![CDATA[weird behaviour with 2 channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59992#p59992"><![CDATA[
hello,<br>i have a problem with eggdrop 1.6.17. when i add a second channel to my config-file. the bot stops giving userflags on join and doesnt continue writiing its statsfile (stats.mod). anybody ever had such a problem ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7309">bodybag</a> — Wed Feb 01, 2006 10:58 am</p><hr />
]]></content>
	</entry>
	</feed>
