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

	<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>2010-05-01T11:03:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-05-01T11:03:44-04:00</updated>

		<published>2010-05-01T11:03:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92996#p92996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92996#p92996"/>
		<title type="html"><![CDATA[Make Eggdrop Change a users flag?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92996#p92996"><![CDATA[
Which flags did you grant this user?<br>To have the user manually request op, they should have the +o flag, but not the +a flag. You could also grant them the +f flag, if you want them excluded from flooding and similar.<br><br>Further, to restrict whom may be able to impersonate this user, take care when setting up "hostmasks". A hostmask is a pattern that is matched against the "nick!user@host" as shown on irc, the pattern can contain * to match 0 or more characters, and ? to match one single character, as well as explicit strings:<br>*!<a href="mailto:user@shell1.example.com">user@shell1.example.com</a> as an example would match anyone connecting from shell1.example.com while logged on as user - regardless of what nickname they use on irc.<br>You can use the <strong class="text-strong">.whois</strong> command to see what hostmasks have been added to the user record. You can then user the <strong class="text-strong">.+host</strong> and/or <strong class="text-strong">.-host</strong> command to add/remove hostmasks from the user record as needed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat May 01, 2010 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hawake]]></name></author>
		<updated>2010-05-01T07:55:33-04:00</updated>

		<published>2010-05-01T07:55:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92993#p92993</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92993#p92993"/>
		<title type="html"><![CDATA[Make Eggdrop Change a users flag?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92993#p92993"><![CDATA[
I managed to get in dcc with my bot and added the users i wanted, now the problem is that i gave my test user a few flags, he gets op when he joins the channel if he writes something in the channel wich is good!,  but i really dont like when its like that, since then anybody could take his nickname and write and get op and then do a channel takeover, so how do i make it like i mentioned earlier? that you need to msg the bot that you want op and then a password set in the config file or something?<br><br><br>it could work to have it as it is since our channel isn't that big as it is, but i really dont want to risk that happening.<br><br>Thanks for the help with the other commands btw <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=11196">Hawake</a> — Sat May 01, 2010 7:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-04-30T14:51:31-04:00</updated>

		<published>2010-04-30T14:51:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92984#p92984</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92984#p92984"/>
		<title type="html"><![CDATA[Make Eggdrop Change a users flag?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92984#p92984"><![CDATA[
There is no telnet module, and never has been one.<br>Have you created your owner account, and set a password yet?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Apr 30, 2010 2:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hawake]]></name></author>
		<updated>2010-04-30T14:33:17-04:00</updated>

		<published>2010-04-30T14:33:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92983#p92983</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92983#p92983"/>
		<title type="html"><![CDATA[Make Eggdrop Change a users flag?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92983#p92983"><![CDATA[
<blockquote class="uncited"><div>See the <strong class="text-strong">.adduser</strong> and/or <strong class="text-strong">.+user</strong> dcc partyline commands to add new users to your bot.<br>Then use the <strong class="text-strong">.chattr</strong> command to give them proper permissions (see <strong class="text-strong">.help whois</strong> for a basic list of different flags - permissions).<br>Remind the user to set a password using "<em class="text-italics">/MSG yourbot PASS newpass</em>"<br>Tell the user that (s)he can get op using "<em class="text-italics">/MSG yourbot OP password</em>"</div></blockquote>Okay, but it seems like i cannot get in partyline or dcc with the bot, it gives me a telnet error, and a mate told me that if you disabled the telnet module it should work so how do i disable/remove the telnet module?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11196">Hawake</a> — Fri Apr 30, 2010 2:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-04-30T14:03:43-04:00</updated>

		<published>2010-04-30T14:03:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92982#p92982</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92982#p92982"/>
		<title type="html"><![CDATA[Make Eggdrop Change a users flag?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92982#p92982"><![CDATA[
See the <strong class="text-strong">.adduser</strong> and/or <strong class="text-strong">.+user</strong> dcc partyline commands to add new users to your bot.<br>Then use the <strong class="text-strong">.chattr</strong> command to give them proper permissions (see <strong class="text-strong">.help whois</strong> for a basic list of different flags - permissions).<br>Remind the user to set a password using "<em class="text-italics">/MSG yourbot PASS newpass</em>"<br>Tell the user that (s)he can get op using "<em class="text-italics">/MSG yourbot OP password</em>"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Apr 30, 2010 2:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Hawake]]></name></author>
		<updated>2010-04-30T10:49:56-04:00</updated>

		<published>2010-04-30T10:49:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92978#p92978</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92978#p92978"/>
		<title type="html"><![CDATA[Make Eggdrop Change a users flag?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92978#p92978"><![CDATA[
I'm new to egg bot and i got the egg bot since we currently have problems to keep our channel opp ed by humans and i have read that you can make the egg bot set certain flags on users if you ask the bot so i wonder how can you set up so the bot does that?<br><br>something like: /MSG bot need-op "password" and then it would give Op to the user who wrote it<br><br>Tell me if you need to know more about my problem or so and i will try to explain how i mean that i want the bot to do. <br><br>// Hawake<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11196">Hawake</a> — Fri Apr 30, 2010 10:49 am</p><hr />
]]></content>
	</entry>
	</feed>
