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

	<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>2007-10-24T09:03:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Deceipher]]></name></author>
		<updated>2007-10-24T09:02:49-04:00</updated>

		<published>2007-10-24T09:02:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77062#p77062</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77062#p77062"/>
		<title type="html"><![CDATA[[SOLVED] Change the bot's modes on irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77062#p77062"><![CDATA[
Thanks, worked like a charm.<br>I found some error in my tcl script in the conf as well, so that is working as well now. Thanks for the help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9387">Deceipher</a> — Wed Oct 24, 2007 9:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2007-10-22T09:12:04-04:00</updated>

		<published>2007-10-22T09:12:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77003#p77003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77003#p77003"/>
		<title type="html"><![CDATA[[SOLVED] Change the bot's modes on irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77003#p77003"><![CDATA[
<blockquote class="uncited"><div>First, this obviously only changes the bot's modes on init, and not while the bot is already running. </div></blockquote> It wasn't clear from your post that you wanted to change it while the eggdrop was currently connected. And a simple .restart will reconnect the bot and fix the modes set in the eggdrop.conf like the example given. <blockquote class="uncited"><div>Second, it doesn't even seem to work, since neither of the 2 commands i have set in that script (modechange and service identification) seem to work.</div></blockquote> can you paste what you have put for it, please. since if it dosen't work its more than likly down to human error and would probably help. If you wish to change the bots user modes while it is connected to an irc server. First, check that you have the dcc bind for the .tcl command enabled &amp; then Secondly, dcc chat/telnet to the eggdrop's partyline and type <span style="text-decoration:underline">.tcl putserv "MODE $botnick <em class="text-italics">[[+/-]the user mode(s) you want to set/unset on the eggdrop]</em>"; return</span>. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> and that should about do it. Just incase that wasn't clear from the syntax, here is my example of setting user mode +i on the bot and remove the usermode +s: <strong class="text-strong">.tcl putserv "MODE $botnick +i-s"; return</strong> and that would do that.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon Oct 22, 2007 9:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Deceipher]]></name></author>
		<updated>2007-10-22T07:45:29-04:00</updated>

		<published>2007-10-22T07:45:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=77000#p77000</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=77000#p77000"/>
		<title type="html"><![CDATA[[SOLVED] Change the bot's modes on irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=77000#p77000"><![CDATA[
Thanks for the reply. 2 things:<br>First, this obviously only changes the bot's modes on init, and not while the bot is already running.<br>Second, it doesn't even seem to work, since neither of the 2 commands i have set in that script (modechange and service identification) seem to work.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9387">Deceipher</a> — Mon Oct 22, 2007 7:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-10-21T23:24:21-04:00</updated>

		<published>2007-10-21T23:24:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76969#p76969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76969#p76969"/>
		<title type="html"><![CDATA[[SOLVED] Change the bot's modes on irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76969#p76969"><![CDATA[
eggdrop.conf:<blockquote class="uncited"><div># This is a Tcl script to be run immediately after connecting to a server.<br>bind evnt - init-server evnt:init_server<br><br>proc evnt:init_server {type} {<br>  global botnick<br>  putquick "MODE $botnick +i-ws"<br>}</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Oct 21, 2007 11:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Deceipher]]></name></author>
		<updated>2007-10-24T09:03:07-04:00</updated>

		<published>2007-10-21T12:28:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76947#p76947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76947#p76947"/>
		<title type="html"><![CDATA[[SOLVED] Change the bot's modes on irc]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76947#p76947"><![CDATA[
Hello,<br><br>I would like to know if and how it's possible to change the eggdrop's usermodes on the server (so not the modes within a botnet or usermodes on the bot). I've been looking for a command for this but haven't been able to find one. <br>I would prefer to do this without the use of scripts, if it's possible ofcourse.<br><br><br>- Deceipher<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9387">Deceipher</a> — Sun Oct 21, 2007 12:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
