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

	<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>2023-03-26T12:43:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2023-03-26T12:43:46-04:00</updated>

		<published>2023-03-26T12:43:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111780#p111780</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111780#p111780"/>
		<title type="html"><![CDATA[how to set eggdrop bot's user mode? (+i)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111780#p111780"><![CDATA[
You are most welcome.    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>And - I forgot to say:  It's very helpful, when the day comes that you are messing with a script that uses a      bind raw     ,  and you need to determine the raw numeric to look for.   <br><br>Have fun!<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sun Mar 26, 2023 12:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fusionx]]></name></author>
		<updated>2023-03-26T11:59:28-04:00</updated>

		<published>2023-03-26T11:59:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111779#p111779</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111779#p111779"/>
		<title type="html"><![CDATA[how to set eggdrop bot's user mode? (+i)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111779#p111779"><![CDATA[
Willyw - this is very helpful - thank you!<br><blockquote class="uncited"><div>When I wonder what the irc network is setting by default, here's how I check it:<br><br>In partyline, do:   .console +r</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12955">fusionx</a> — Sun Mar 26, 2023 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2023-03-23T08:21:24-04:00</updated>

		<published>2023-03-23T08:21:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111773#p111773</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111773#p111773"/>
		<title type="html"><![CDATA[how to set eggdrop bot's user mode? (+i)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111773#p111773"><![CDATA[
<blockquote class="uncited"><div>...<br>I didn't realize +i is set by default. <br><br>...</div></blockquote>When I wonder what the irc network is setting by default, here's how I check it:<br><br>In partyline, do:   .console +r<br>For this to work, you must first have enabled it, in eggdrop.conf, for use by you (owner).<br>You can check to see if that turned raw logging on, with:<br>.console<br>and then see the list returned.  See if raw is in it.<br><br>Now, in partyline with +r console mode on, you will see everything.  It's messy, but great for when you actually need it.<br><br>Now do:        .dump mode &lt;botnick&gt;<br><br>The irc server will return the modes that are currently set on the bot.<br>Same as if you did:  /mode &lt;your_nick&gt;    on yourself, with your client.<br><br>You can do .console -r  to stop the raw display of everything coming in.<br><br>I hope this helps - someday.<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Mar 23, 2023 8:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fusionx]]></name></author>
		<updated>2023-03-20T13:21:06-04:00</updated>

		<published>2023-03-20T13:21:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111772#p111772</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111772#p111772"/>
		<title type="html"><![CDATA[how to set eggdrop bot's user mode? (+i)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111772#p111772"><![CDATA[
<blockquote class="uncited"><div>check this section:</div></blockquote>Thanks so much! I'm happy to see I was right - it was simple (lol). <br><br>I didn't realize +i is set by default. I should have tested that before starting down this path. <br><br>I googled my butt off and that never came up. My google-fu is lacking.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12955">fusionx</a> — Mon Mar 20, 2023 1:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2023-03-20T15:00:28-04:00</updated>

		<published>2023-03-20T13:05:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111771#p111771</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111771#p111771"/>
		<title type="html"><![CDATA[how to set eggdrop bot's user mode? (+i)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111771#p111771"><![CDATA[
check this section:<br><br><br><br><a href="https://github.com/eggheads/eggdrop/blob/develop/eggdrop.conf#L1069" class="postlink">https://github.com/eggheads/eggdrop/blo ... conf#L1069</a><br><br><br><a href="https://github.com/eggheads/eggdrop/blob/develop/eggdrop.conf#L1062-L1071" class="postlink">https://github.com/eggheads/eggdrop/blo ... 1062-L1071</a><br><br><br>would look something like this :<br><blockquote class="uncited"><div><br>bind evnt - init-server evnt:init_server<br><br>proc evnt:init_server {type} {<br>  global botnick<br>  putquick "MODE $botnick +i"<br>#  putserv "PRIVMSG <a href="mailto:x@channels.undernet.org">x@channels.undernet.org</a> :login user password"<br>}<br></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Mar 20, 2023 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fusionx]]></name></author>
		<updated>2023-03-20T12:28:02-04:00</updated>

		<published>2023-03-20T12:28:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=111770#p111770</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=111770#p111770"/>
		<title type="html"><![CDATA[how to set eggdrop bot's user mode? (+i)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=111770#p111770"><![CDATA[
Seems like this should be very easy. How do you set the bot's own user mode?<br><br>I'd like to set my bots +i (undernet), and can't seem to find any reference to it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12955">fusionx</a> — Mon Mar 20, 2023 12:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
