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

	<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>2003-10-09T13:21:09-04:00</updated>

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

		<entry>
		<author><name><![CDATA[NoFear]]></name></author>
		<updated>2003-10-09T13:21:09-04:00</updated>

		<published>2003-10-09T13:21:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28207#p28207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28207#p28207"/>
		<title type="html"><![CDATA[How to change ctcp version, userinfo, finger replay in egg?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28207#p28207"><![CDATA[
omfg sorry<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3825">NoFear</a> — Thu Oct 09, 2003 1:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NoFear]]></name></author>
		<updated>2003-10-09T13:20:23-04:00</updated>

		<published>2003-10-09T13:20:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28206#p28206</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28206#p28206"/>
		<title type="html"><![CDATA[little problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28206#p28206"><![CDATA[
this is slennox superbitch script but i have linked two bots and if one of them ops other user that bot get kicked. Anyone know how to fix this?<br><div class="codebox"><p>Code: </p><pre><code>if {$numversion &lt; 1040200} {  if {[info commands isop] != ""} {    proc wasop {nick chan} {      return [isop $nick $chan]    }  }}proc sb_bitch {nick uhost hand chan mode opped} {  global botnick sb_chans sb_canop sb_canopany sb_canopflags sb_checkop sb_note sb_remove  if {$mode == "+o"} {    if {$nick != $botnick} {      if {((($opped != $botnick) &amp;&amp; ($nick != $opped) &amp;&amp; ([onchan $nick $chan]) &amp;&amp; (![wasop $opped $chan])) &amp;&amp; (($sb_chans == "") || ([lsearch -exact $sb_chans [string tolower $chan]] != -1)))} {        if {![matchattr [nick2hand $opped $chan] $sb_canopflags $chan]} {          if {(($sb_canopany == "") || (![matchattr $hand $sb_canopany $chan]))} {             putquick "KICK $chan $opped :Permission Denied"              putquick "KICK $chan $nick :Permission Denied"            if {(($sb_remove) &amp;&amp; ([validuser $hand]) &amp;&amp; ([matchattr $hand o|o $chan]))} {              chattr $hand -o+d|-o+d $chan              if {[info commands sendnote] != ""} {                foreach recipient $sb_note {                  if {[validuser $recipient]} {                    sendnote SUPERBITCH $recipient "Permission Denied"                  }                }              }            }          }        } else {          if {((($sb_canopany == "") || (![matchattr $hand $sb_canopany $chan])) &amp;&amp; (($sb_canop == "") || (![matchattr $hand $sb_canop $chan])))} {             putquick "KICK $chan $opped :Permission Denied"              putquick "KICK $chan $nick :Permission Denied"            if {(($sb_remove) &amp;&amp; ([validuser $hand]) &amp;&amp; ([matchattr $hand o|o $chan]))} {              chattr $hand -o+d|-o+d $chan              if {[info commands sendnote] != ""} {                foreach recipient $sb_note {                  if {[validuser $recipient]} {                    sendnote SUPERBITCH $recipient "Permission Denied"                  }                }              }            }          }        }      }    } else {      if {(($sb_checkop) &amp;&amp; (![matchattr [nick2hand $opped $chan] o|o $chan]))} {        putquick "KICK $chan $opped :Permission Denied"        putlog "Permission Denied"      }    }  }  return 0}set sb_chans [split [string tolower $sb_chans]] ; set sb_note [split $sb_note]bind mode - * sb_bitch</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3825">NoFear</a> — Thu Oct 09, 2003 1:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2003-10-09T07:34:22-04:00</updated>

		<published>2003-10-09T07:34:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28197#p28197</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28197#p28197"/>
		<title type="html"><![CDATA[How to change ctcp version, userinfo, finger replay in egg?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28197#p28197"><![CDATA[
<blockquote class="uncited"><div>source netbots/netbots.tcl <br>source netbots/botnetop.tcl </div></blockquote>Don't load netset.tcl and netbots.tcl<br>Only load netbots.tcl or you will get errors<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Thu Oct 09, 2003 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NoFear]]></name></author>
		<updated>2003-10-08T08:15:24-04:00</updated>

		<published>2003-10-08T08:15:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28156#p28156</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28156#p28156"/>
		<title type="html"><![CDATA[How to change ctcp version, userinfo, finger replay in egg?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28156#p28156"><![CDATA[
bobjuh thx works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3825">NoFear</a> — Wed Oct 08, 2003 8:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NoFear]]></name></author>
		<updated>2003-10-08T08:10:37-04:00</updated>

		<published>2003-10-08T08:10:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28155#p28155</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28155#p28155"/>
		<title type="html"><![CDATA[How to change ctcp version, userinfo, finger replay in egg?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28155#p28155"><![CDATA[
egghead heh i have my own eggdrop.conf<div class="codebox"><p>Code: </p><pre><code>#! /path/to/executable/eggdrop# ^- set that to the directory eggdrop is in ie "#! /home/lamest/egg/eggdrop"## $Id: eggdrop.simple.conf,v 1.15 2001/08/13 19:12:27 guppy Exp $## This is a sample configuration file for your bot.  You will definitely# want to edit this, to set up your bot.  Right now it creates a bot called# "LamestBot" which sits on channel #lamest.## more options can be found in files in doc/settings/## IMPORTANT: Remember to make install and cd to the directory it created# (~/eggdrop by default) before you continue, running the bot from# eggdrop1.6.x/ will not work.# ### Pri prvi uporabi bota ga moraš OBVEZNO zagnati v dosu z komando "eggdrop -m eggdrop.comf"# Prosim Izpolni Ta Dokument Popolno! Botek ne bo deloval pravilno če ga ne boš izpolnil # popolno in pravilno!# Teh 9 vrstic pusti pri miru jih ne spreminjaj!!set mod-path "modules/"set help-path "help/"set text-path "text/"set username "H-Town"loadmodule channelsloadmodule serverloadmodule ctcploadmodule ircloadmodule notesloadmodule consoleloadmodule uptimeloadmodule blowfishloadmodule shareloadmodule transfer# Tukaj prični z obdelavo !##### variables:set nick "H-Town"# Nick bota je ime, ki ga bo uporabljal na ircu in v botnetu, # če neboš posebno spreminjal bot-net nickaset altnick "H-Town"# Alternativa je drug nick. To pomeni, če nick ni na voljo bo bot imel alternativo. # Znak ? bo PC samodejno zamenjal s katerokoli črko ali številko. set realname "* I'm To Lame To Read My H-Town.doc *"# Real name je opis oz. ime bota, to so bo izpisalo če bo katerikoli drug IRCAR gledal tvoj bot. # tcl code to run (if any) when first connecting to a serverbind evnt - init-server evnt:init-server proc evnt:init-server {type} {   global botnick  putquick "MODE $botnick +i-ws"}# Vpiši server na katerega se bo bot konektal. # POZOR !!!# Pred vpisom servera se posvetuj z irc operaterjom če so boti na njihovem serverju dovoljeni set servers {irc.link.si:6669irc.arnes.si:6669irc.uni-mb.si:6669irc.stealth.net:6669}# Če želiš da bo bot pravilno deloval še tukaj nastavi kanal na katerega se bo pridružo. channel add #H-Town {  chanmode "+snt"  idle-kick 0  stopnethack-mode 0  flood-chan 0  flood-deop 0  flood-kick 0  flood-join 0  flood-ctcp 0  flood-nick 0}channel set #H-Town -enforcebans +dynamicbans +userbanschannel set #H-Town +dynamicexempts +userexempts +dynamicinvites +userinviteschannel set #H-Town +autoop -bitch +protectops +protectfriends +dontkickopschannel set #H-Town +greet +statuslogchannel set #H-Town -revenge +autovoice -revengebotchannel set #H-Town -secret +shared +cyclechannel set #H-Town -inactive +nodesynchset net-type 0# Nastavi tvoj network# [0/1/2/3/4/5] Katero je tvoje network?# 0 = Efnet (non +e/+I hybrid), 1 = IRCnet, 2 = Undernet, 3 = Dalnet,# 4 = Efnet +e/+I hybrid, 5 = Others# various stuff...listen 1000 all# Nastavi port pod katerim se bo bot lahko linakl set owner "NoFear"# Nastavi lastnika bota. Pod tem nickom te bo bot prepoznal in ti dal dovoljenje da boš z njim chatal. # Dokumenti in Direktorijiset userfile "H-Town.user"set chanfile "H-Town.chan"set temp-path "tmp/"logfile msbxco * "logs/eggdrop.log"logfile jpk #H-Town "logs/H-Town.log"# default console flagsset console "mkcobxs"##### SCRIPTS ###### Tukaj je nekaj loadanih skript ki so potrebne za delovanje bota.source scripts/alltools.tclsource scripts/action.fix.tclsource scripts/compat.tclsource scripts/userinfo.tclsource scripts/cmd_resolve.tclsource scripts/getops.tclsource scripts/protectOPS.tclsource scripts/stats.confsource scripts/tools.tclsource scripts/gseen.confsource scripts/LimitProtection.tclsource scripts/sentinel.tclsource scripts/Glasovanje.tclsource scripts/JoinGreet.tclsource netbots/netset.tclsource netbots/netbots.tclsource netbots/botnetop.tclsource netbots/chanlimit.tclsource netbots/superbitch.tclsource netbots/mass.tclloadhelp userinfo.help##### WINDROP SCRIPTS ###### Ident script for Windrop by FireEgl@EFnet &lt;FireEgl@LinuxFan.com&gt;# uses username value for ident as default# read head of script for more documentation# uncomment (remove cross from) next line to activate#source scripts/winident1.2.tcl</code></pre></div>now what do i must add that i'll have my own ctcp replays?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3825">NoFear</a> — Wed Oct 08, 2003 8:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2003-10-08T08:04:42-04:00</updated>

		<published>2003-10-08T08:04:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28154#p28154</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28154#p28154"/>
		<title type="html"><![CDATA[How to change ctcp version, userinfo, finger replay in egg?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28154#p28154"><![CDATA[
set ctcp-mode 0<br>set ctcp-finger ""<br>set ctcp-userinfo "$realname"<br>set ctcp-clientinfo "PING VERSION TIME USERINFO CLIENTINFO"<br>set ctcp-version "irssi v0.8.6 - running on FreeBSD i386"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Wed Oct 08, 2003 8:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-10-08T07:46:54-04:00</updated>

		<published>2003-10-08T07:46:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28153#p28153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28153#p28153"/>
		<title type="html"><![CDATA[How to change ctcp version, userinfo, finger replay in egg?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28153#p28153"><![CDATA[
Try reading the default eggdrop.conf that comes with eggdrop...<br><blockquote class="uncited"><div># several variables exist to better blend your egg in.  they are<br># ctcp-version, ctcp-finger, and ctcp-userinfo.  you can use set  <br># to set them to values you like.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Wed Oct 08, 2003 7:46 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NoFear]]></name></author>
		<updated>2003-10-08T07:40:35-04:00</updated>

		<published>2003-10-08T07:40:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28152#p28152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28152#p28152"/>
		<title type="html"><![CDATA[How to change ctcp version, userinfo, finger replay in egg?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28152#p28152"><![CDATA[
How to change ctcp version, userinfo, finger replay in eggdrop?<br>ctcp.dll ? how do i open dll and change everjthing in dll ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3825">NoFear</a> — Wed Oct 08, 2003 7:40 am</p><hr />
]]></content>
	</entry>
	</feed>
