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

	<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>2004-06-25T02:27:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-06-25T02:27:29-04:00</updated>

		<published>2004-06-25T02:27:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37841#p37841</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37841#p37841"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37841#p37841"><![CDATA[
Thanks, But i decided to write my own, it took some time (as im a beginner) but im getting there ^_^<br><div class="codebox"><p>Code: </p><pre><code>bind msg - showcommands msg:scbind msg o public msg:sc3bind msg - help msg:sc2proc msg:sc {nick uhost hand rest} {putserv "NOTICE $nick :All commands here are used with /msg $::botnick &lt;command&gt;"putserv "NOTICE $nick :The Following Commands are available:"putserv "NOTICE $nick :showcommands - Lists all the commands on the bot."putserv "NOTICE $nick :public       - Lists all the public commands of the bot."putserv "NOTICE $nick :help         - Gives full help on a particular bot command."putserv "NOTICE $nick :voice        - Gives you +v on a channel where the bot is."putserv "NOTICE $nick :op           - Gives you ops on a channel where the bot is."putserv "NOTICE $nick :invite       - Invites you to a channel where the bot is."putserv "NOTICE $nick :welcome      - Show/set welcome message on a channel."putserv "NOTICE $nick :chanlev      - Change/view someone's rights on a channel."putserv "NOTICE $nick :Note: You need to be in the chanlev to use these commands."}proc msg:sc3 {nick uhost hand rest} {putserv "NOTICE $nick :All commands here are used in a channel with the bot"putserv "NOTICE $nick :The Following Commands are available:"putserv "NOTICE $nick : spamscan on/off       - Ban after 2 violations of the rules."putserv "NOTICE $nick : settopic              - Makes the bot send the data to Q whom will set the Topic then."putserv "NOTICE $nick : glist                 - Gives you info on any Glined channel/users/hosts."putserv "NOTICE $nick : peak                  - Tells you the highest user count the bot has seen."putserv "NOTICE $nick : antiad on/off             - An instant banning on advertise of a channel function."putserv "NOTICE $nick : antitake on/off       - An anti takeover function which protects a channel from takeovers."putserv "NOTICE $nick : check &lt;nick&gt;          - Displays a person's flags in Q."putserv "NOTICE $nick : auth &lt;nick&gt;           - Will display the auth of a person."putserv "NOTICE $nick : autolimit #num on/off - Sets an autolimit in the channel."putserv "NOTICE $nick :Note: You need to be in the bot's userlist to use these commands."}proc msg:sc2 {nick uhost hand text} {if {$text == "showcommands"} {putserv "NOTICE $nick :/msg $::botnick SHOWCOMMANDS"putserv "NOTICE $nick :Lists the commands available on the bot. This won't list commands above your level."} elseif {$text == "voice"} {putserv "NOTICE $nick :/msg $::botnick VOICE &lt;channel&gt;"putserv "NOTICE $nick :Gives you +v (voice) on a channel which the bot is sitting on. The bot *must* be on the channel, and you must have a high enough level on that channel. (+v or higher)"} elseif {$text == "op"} {putserv "NOTICE $nick :/msg $::botnick OP &lt;channel&gt;"putserv "NOTICE $nick :Gives you ops on a channel which the bot is sitting on. The bot *must* be on the channel, and you must have a high enough level on that channel. (+o or higher)"} elseif {$text == "invite"} {putserv "NOTICE $nick :/msg $::botnick INVITE &lt;channel&gt;"putserv "NOTICE $nick :Invites you to a channel which the bot is sitting on. The bot *must* be on the channel, and you must have a high enough level on that channel."} elseif {$text == "welcome"} {putserv "NOTICE $nick :/msg $::botnick WELCOME &lt;channel&gt;Show welcome message"putserv "NOTICE $nick :/msg $::botnick WELCOME &lt;channel&gt; &lt;message&gt;Set welcome message"} elseif {$text == "chanlev"} {putserv "NOTICE $nick :/msg $::botnick CHANLEV &lt;channel&gt; &lt;authname&gt; &lt;change flags&gt;"putserv "NOTICE $nick :Change someone's flags/rights on a channel. The Authname has to be EXACT or it will not work."putserv "NOTICE $nick :e.g: /msg $::botnick CHANLEV #sheep.go.meh MeTroiDz +amno - Where the bot has now added the flags +amno to the auth MeTroiDz on the channel #sheep.go.meh"putserv "NOTICE $nick :/msg $::botnick CHANLEV #chan                  Dump all users on the channel."putserv "NOTICE $nick :/msg $::botnick CHANLEV #chan authname         View a user's flags on that channel"putserv "NOTICE $nick :/msg $::botnick CHANLEV #chan authname +-flag  Change a user's flags on the channel."putserv "NOTICE $nick :The following flags are useable:-"putserv "NOTICE $nick : +a = autoop/autovoice on join."putserv "NOTICE $nick : +b = banned. (Only works if they've AUTH'd.)"putserv "NOTICE $nick : +m = master. (Can make opers.)"putserv "NOTICE $nick : +n = owner. (Can make masters and opers.)"putserv "NOTICE $nick : +o = op."putserv "NOTICE $nick : +v = voice."} elseif {$text == "public"} {putserv "NOTICE $nick :/msg $::botnick public"putserv "NOTICE $nick :Will show you all the public commands available on $::botnick (Nothing here yet)"} elseif {$text == "spamscan"} {putserv "NOTICE $nick :Useage: SPAMSCAN on/off e.g: spamscan on"putserv "NOTICE $nick :SpamScan will detect any advertisements. It will kickban if advertised more than twice."} elseif {$text == "settopic"} {putserv "NOTICE $nick :Useage: SETTOPIC &lt;New Topic&gt; e.g: settopic moo"putserv "NOTICE $nick :If there is a Q present in the channel and the bot has the right flags it will set the topic using Q."} elseif {$text == "glist"} {putserv "NOTICE $nick :Useage: GLIST &lt;channel | &lt;nick!ident@host&gt; e.g: glist #sheep.go.meh"putserv "NOTICE $nick :This will check if there is a gline on the specified channel/nick."} elseif {$text == "peak"} {putserv "NOTICE $nick :Useage: PEAK"putserv "NOTICE $nick :This will msg the channel with the highest usercount on the channel."} elseif {$text == "antiad"} {putserv "NOTICE $nick :Useage: ANTIAD on/off e.g: antiad on"putserv "NOTICE $nick :This will trigger a script which kickbans when a user advertises in the channel."} elseif {$text == "check"} {putserv "NOTICE $nick :Useage: CHECK &lt;nick&gt; e.g: check MeTroiD"putserv "NOTICE $nick :This script will query Q and request the Q flags for &lt;nick&gt; and then display them in the channel."} elseif {$text == "auth"} {putserv "NOTICE $nick :Useage: AUTH &lt;nick&gt; e.g: auth MeTroiD"putserv "NOTICE $nick :This script will tell the person what the auth of a person is. e.g: &lt;$::botnick&gt; MeTroiD is authed as MeTroiDz."} elseif {$text == "autolimit"} {putserv "NOTICE $nick :Useage: AUTOLIMIT #number on/off"putserv "NOTICE $nick :This will set an autolimit in the channel you use the command in."} else {putserv "NOTICE $nick :Try /msg $::botnick SHOWCOMMANDS  or /msg $::botnick HELP &lt;command&gt;"}}putlog "Showcommands by MeTroiD"</code></pre></div>This is the script how i use it with the scripts i use with it so anyone that wants to use it, you will have to modify it to your own bots scripts. Its not completly finished as i have some more commands to add, but you can use it  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Jun 25, 2004 2:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-18T13:05:09-04:00</updated>

		<published>2004-06-18T13:05:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37555#p37555</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37555#p37555"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37555#p37555"><![CDATA[
There are many channel management scripts out there.<br>They add flags for each user for seperate access such<br>as basic, master, owner, administartor etc levels.<br><br>With different types of access you are allowed to use<br>commands within the access you have. I guess you could<br>get the list of the commands for your access as well.<br><br>I don't remember the names, but I had downloaded quite<br>alot of scripts similiar to these and still have them on my<br>hard disk.<br><br>Try searching the egghelp tcl archive.<br><a href="http://www.egghelp.org/tcl.htm" class="postlink">http://www.egghelp.org/tcl.htm</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Jun 18, 2004 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-06-18T01:50:12-04:00</updated>

		<published>2004-06-18T01:50:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37543#p37543</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37543#p37543"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37543#p37543"><![CDATA[
Could someone make me a script like L or Q has * For instance, If you do /msg Q showcommands on Quakenet the bot replies with a long list of its commands that you as auth level have access too. *<br> <br>If your an op (or higher) in the bot and you do this for example "/msg |A| showcommands" it will notice you the commands your allowed to do. <br> <br>"-|A|- op #channel  | This will make the bot op you in that channel"<br>"-|A|- voice #channel | This will make the bot voice you in that channel" <br>ect ect. <br> <br>But if the normal user is doing "/msg |A| showcommands" and isnt in the bots userlist it should reply with:<br> <br>"-|A|- You have no commands available" <br><br>All the responses have to be in notice <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>I dont know if its too hard to make but i know you probally have to do something with "if {matchchattr o} putserv "notice $nick :blah blah"<br><br>I would be gratefull if you could make something like this <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=5078">metroid</a> — Fri Jun 18, 2004 1:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-06-18T01:40:12-04:00</updated>

		<published>2004-06-18T01:40:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37542#p37542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37542#p37542"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37542#p37542"><![CDATA[
Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>The op and voice works fine, I don't know but the ban command doesnt work but its not <strong class="text-strong">that</strong> important anyway,<br><br>Thanks again! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Jun 18, 2004 1:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-17T18:01:22-04:00</updated>

		<published>2004-06-17T18:01:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37536#p37536</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37536#p37536"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37536#p37536"><![CDATA[
Nobody said it isn't. I just said that i don't like it too much. Anyway it seems to be offtopic.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Thu Jun 17, 2004 6:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-06-17T13:08:36-04:00</updated>

		<published>2004-06-17T13:08:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37522#p37522</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37522#p37522"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37522#p37522"><![CDATA[
I think the switch is a better easier, and non messy way of dealing with this type of structure.. I agree with caesar.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Jun 17, 2004 1:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-16T19:12:07-04:00</updated>

		<published>2004-06-16T19:12:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37484#p37484</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37484#p37484"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37484#p37484"><![CDATA[
You're right, my mistake.<br><br>MeTroiD replace:<br><div class="codebox"><p>Code: </p><pre><code>bind msg - * msg:commands</code></pre></div>by <br><div class="codebox"><p>Code: </p><pre><code>bind msgm - * msg:commands</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Wed Jun 16, 2004 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2004-06-16T18:39:10-04:00</updated>

		<published>2004-06-16T18:39:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37480#p37480</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37480#p37480"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37480#p37480"><![CDATA[
Here we go again... a similar discussion brewing as the one we tried to straighten awyeah out on... (think we failed getting through to him though, not sure...)<br><br>In any event, the msg bind doesn't accept wildcards... you need to use the msgm bind.. See tcl-commands.doc that comes with your eggdrop.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Wed Jun 16, 2004 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-16T16:21:09-04:00</updated>

		<published>2004-06-16T16:21:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37474#p37474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37474#p37474"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37474#p37474"><![CDATA[
I don't like swich too much and thats why i used ifs. Both methods will gime same result. Good poing with those tolower, i just forgot about it <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=3672">KrzychuG</a> — Wed Jun 16, 2004 4:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-06-16T15:45:18-04:00</updated>

		<published>2004-06-16T15:45:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37472#p37472</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37472#p37472"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37472#p37472"><![CDATA[
Tip: instead of a lot of if's use the <a href="http://tmml.sourceforge.net/doc/tcl/switch.html" class="postlink">switch</a> TCL command. And "foo" is not equal with "FOO" or "fOO", "foO" and so on, use an "string tolower" inside your checks if you still want to use a lot of if's and else's..<br><br>Example of switch:<div class="codebox"><p>Code: </p><pre><code>switch -- $command {   "foo" {     # do foo   }   "moo" {     # do moo   }   default {     # default thing to do when is not "foo" or "moo"   } } </code></pre></div>Also, note that arg has a special meaning. Do a <a href="http://forum.egghelp.org/search.php" class="postlink">Search</a> for more informations about this. I'm way to lazy to do it for you. Don't forget to split a string before using it as a list. Drop the "then" thing, this is not C.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Jun 16, 2004 3:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-16T15:16:02-04:00</updated>

		<published>2004-06-16T15:16:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37470#p37470</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37470#p37470"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37470#p37470"><![CDATA[
You need to disable original binds for op and voice. Use this fixed code:<br><div class="codebox"><p>Code: </p><pre><code>unbind msg -|- op *msg:opunbind msg -|- voice *msg:voicebind msg - * msg:commandsproc msg:commands { nick host handle arg } {   set command [lindex $arg 0]   set channel [lindex $arg 1]   set host [lindex $arg 2]     if {($channel == "") || ![validchan $channel] || ![botisop $channel]} then {     return 0   }   if {$command == "op"} then {     putserv "MODE $channel +o $nick"   } elseif {$command == "voice"} then {     putserv "MODE $channel +v $nick"   } elseif {$command == "ban"} then {     if {$host != ""} then {       newchanban $channel $host $nick "No comment" *       putserv "MODE $channel +b $host"    }   } elseif {$command  == "unban"} then {     if {($host != "") &amp;&amp; [isban $host $channel]} then {       killchanban $channel $host     }   }   return 0 } ;# msg:commands </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Wed Jun 16, 2004 3:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-06-16T12:50:58-04:00</updated>

		<published>2004-06-16T12:50:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37464#p37464</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37464#p37464"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37464#p37464"><![CDATA[
Hmm, I loaded the script, but when i try to use it, i get this for op<br><br>[18:47:39] &lt;|A|&gt; [18:47] (MeTroiD!~<a href="mailto:vulkcoc@MeTroiDz.users.quakenet.org">vulkcoc@MeTroiDz.users.quakenet.org</a>) !*! failed OP<br><br>This for Voice<br><br>[18:48:25] &lt;|A|&gt; [18:48] (MeTroiD!~<a href="mailto:vulkcoc@MeTroiDz.users.quakenet.org">vulkcoc@MeTroiDz.users.quakenet.org</a>) !*! failed VOICE<br><br>If i attempt the ban it just shows me this in the DCC chat<br><br>[18:51:02] &lt;|A|&gt; [18:51] [MeTroiD!~<a href="mailto:vulkcoc@MeTroiDz.users.quakenet.org">vulkcoc@MeTroiDz.users.quakenet.org</a>] ban #TheABot <a href="mailto:fish@go.moo.oh.yes.they.do">fish@go.moo.oh.yes.they.do</a> fishbot<br><br>I havent tried the unban yet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Wed Jun 16, 2004 12:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-06-16T04:45:38-04:00</updated>

		<published>2004-06-16T04:45:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37439#p37439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37439#p37439"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37439#p37439"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg - * msg:commandsproc msg:commands { nick host handle arg } {  set command [lindex $arg 0]  set channel [lindex $arg 1]  set host [lindex $arg 2]    if {($channel == "") || ![validchan $channel] || ![botisop $channel]} then {    return 0  }  if {$command == "op"} then {    putserv "MODE $channel +o $nick"  } elseif {$command == "voice"} then {    putserv "MODE $channel +v $nick"  } elseif {$command == "ban"} then {    if {$host != ""} then {      newchanban $channel $host $nick "No comment" *    }  } elseif {$command  == "unban"} then {    if {($host != "") &amp;&amp; [isban $host $channel]} then {      killchanban $channel $host    }  }  return 0} ;# msg:commands</code></pre></div>Should be enough for you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Wed Jun 16, 2004 4:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-06-16T03:03:12-04:00</updated>

		<published>2004-06-16T03:03:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=37438#p37438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=37438#p37438"/>
		<title type="html"><![CDATA[Request for script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=37438#p37438"><![CDATA[
Can someone make a script where on /msg $botname op/voice/ban/unban &lt;host&gt; it will do it without giving a password, just having to be in the bot with an +o flag or higher.<br><br>For example,<br><br>/msg &lt;botnick&gt; op #testchannel<br><br>* &lt;botnick&gt; sets mode: +o MeTroiD (in #testchannel)<br><br>/msg &lt;botnick&gt; voice #testchannel<br><br>* &lt;botnick&gt; sets mode: +v MeTroiD (in #testchannel)<br><br>/msg &lt;botnick&gt; ban #testchannel &lt;userhost&gt;<br><br>* &lt;botnick&gt; sets mode: +b &lt;userhost&gt; &lt;- This has to be perm untill unbanned with,<br><br>/msg &lt;botnick&gt; unban #testchannel &lt;userhost&gt;<br><br>* &lt;botnick&gt; sets mode: -b &lt;userhost&gt; (if the ban is still active, but the has to be removed from the memory so the bot doesnt keep enforcing it)<br><br>If someone can make me this script i would be very gratefull <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=5078">metroid</a> — Wed Jun 16, 2004 3:03 am</p><hr />
]]></content>
	</entry>
	</feed>
