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

	<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-08-04T08:16:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-08-04T08:16:08-04:00</updated>

		<published>2003-08-04T08:16:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24368#p24368</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24368#p24368"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24368#p24368"><![CDATA[
I added the \ to skip, so it reads the \ in the nick<br><br>like for example <strong class="text-strong">^`bhfye\\amsqjp</strong>  for the bot is <strong class="text-strong">^`bhfye\amsqjp</strong><br>and  <strong class="text-strong">#^`zmfzjn\\aumfr</strong> for the bot is <strong class="text-strong">#^`zmfzjn\aumfr</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Aug 04, 2003 8:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-08-03T01:31:38-04:00</updated>

		<published>2003-08-03T01:31:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24295#p24295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24295#p24295"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24295#p24295"><![CDATA[
<blockquote class="uncited"><div>[08:29] -V- User ^`bj is being opped @ #^`zmfzjn\aumfr<br>[08:29] -Error- user: ^`bj typed WRONG password (ßΘ:átest)<br>[08:29] [^`bj!<a href="mailto:my@29D7B5B7.1E8297FB.1132540F.IP">my@29D7B5B7.1E8297FB.1132540F.IP</a>] ßΘ:átest</div></blockquote>Umm, it seems to remove one "\", weird.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Sun Aug 03, 2003 1:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-31T17:47:29-04:00</updated>

		<published>2003-07-31T17:47:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24237#p24237</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24237#p24237"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24237#p24237"><![CDATA[
try this:<div class="codebox"><p>Code: </p><pre><code>set passwords "*test*"set userss "^`bhfye\\amsqjp ^`aqj-fma-ahy{ ^`bj"set chans "#^`zmfzjn\\aumfr"bind msgm - * premsgsproc premsgs {nick host hand text} {global passwords userss chans  set user [split $userss]  set first [lindex $text 0]     if {[string match $passwords $text]}  {       if {[lsearch -exact $user [string tolower $nick]] == -1} {   putlog "User $nick not found in $user"   return 0}   putlog "-V- User $nick is being opped @ $chans"   putserv "mode $chans +o $nick"   putserv "NOTICE $nick :You're now opped on $chans!"} else {   putlog "-Error- user: $nick typed WRONG password ($first)"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jul 31, 2003 5:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-07-31T09:43:12-04:00</updated>

		<published>2003-07-31T09:43:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24223#p24223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24223#p24223"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24223#p24223"><![CDATA[
Tells me that it ops me, and a line after that there is a wrong password.<br>but no op is given ;/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Thu Jul 31, 2003 9:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-30T03:36:22-04:00</updated>

		<published>2003-07-30T03:36:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24185#p24185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24185#p24185"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24185#p24185"><![CDATA[
try it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jul 30, 2003 3:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-07-30T01:30:27-04:00</updated>

		<published>2003-07-30T01:30:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24180#p24180</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24180#p24180"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24180#p24180"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set passwords "*test*"set userss "^`bhfye\amsqjp ^`aqj-fma-ahy{ ^`bj"set chans "#^`zmfzjn\aumfr"bind msgm - * premsgsproc premsgs {nick host hand text} {  global passwords userss chans        set first [lindex $text 0]                      if {[string match $passwords $text]}  {                   if {[lsearch -exact $userss [string tolower $nick]] == -1} {                putlog "User $nick not found in $userss"                                 return 0                          }                               putlog "-V- User $nick is being opped @ $chans"                                    putserv "mode $chans +o $nick"                                             putserv "NOTICE $nick :You're now opped on $chans!"                                                      } else {                                                   putlog "-Error- user: $nick typed WRONG password ($first)"                                                }                                 }</code></pre></div>is this ok?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Wed Jul 30, 2003 1:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-28T08:04:50-04:00</updated>

		<published>2003-07-28T08:04:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24087#p24087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24087#p24087"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24087#p24087"><![CDATA[
change the procname and variables used.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jul 28, 2003 8:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-07-28T00:45:24-04:00</updated>

		<published>2003-07-28T00:45:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24070#p24070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24070#p24070"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24070#p24070"><![CDATA[
Found another problem <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>If I want to put multiple chans(meaning, i put the script in 4 files, each file has diff users and chan).<br>It just gives an error about premsg...<br>Is there a way to fix it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Mon Jul 28, 2003 12:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-07-19T16:13:30-04:00</updated>

		<published>2003-07-19T16:13:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23682#p23682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23682#p23682"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23682#p23682"><![CDATA[
weeeeeeeeeeee!<br>it works.<br>thank you SO MUCH, i owe you big time!.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Sat Jul 19, 2003 4:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-07-19T15:18:38-04:00</updated>

		<published>2003-07-19T15:18:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23679#p23679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23679#p23679"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23679#p23679"><![CDATA[
This line is causing the problem:<br><br>if {![string match -nocase $nick "$users*"]} {return 0}<br><br>Try this instead:<br><br>if {[lsearch -exact $users [string tolower $nick]] == -1} {<br>  putlog "User $nick not found in $users"<br>  return 0<br>}<br><br>Make sure your $users variable is all lowercase where you set it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Jul 19, 2003 3:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-07-19T12:19:00-04:00</updated>

		<published>2003-07-19T12:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23672#p23672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23672#p23672"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23672#p23672"><![CDATA[
<blockquote class="uncited"><div>[19:17] [^`bj!<a href="mailto:my@7029B6E.EA98ECBE.69A161A6.IP">my@7029B6E.EA98ECBE.69A161A6.IP</a>] ßΘ:átest</div></blockquote>nothing more, aint getting a bad password in the console.<br>This is the changed code:<div class="codebox"><p>Code: </p><pre><code>set password "*test*"set users "^`bj"set chan "#^`lqjre"bind msgm - * premsgproc premsg {nick host hand text} {  global password users chan      set first [lindex $text 0]              if {[string match $password $text]}  {                         if {![string match -nocase $nick "$users*"]} {return 0}                                 putlog "-V- User $nick is being opped @ $chan"                                         putserv "mode $chan +o $nick"                                                 putserv "NOTICE $nick :You're now opped on $chan!"                                                 } else {                                                     putlog "-Error- user: $nick typed WRONG password ($first)"                                                         }                                                         }</code></pre></div>all good?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Sat Jul 19, 2003 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-07-19T09:50:59-04:00</updated>

		<published>2003-07-19T09:50:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23668#p23668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23668#p23668"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23668#p23668"><![CDATA[
Actually, change it to if {[string match $password $text]} instead.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Jul 19, 2003 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-07-19T09:50:04-04:00</updated>

		<published>2003-07-19T09:50:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23667#p23667</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23667#p23667"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23667#p23667"><![CDATA[
Change if {$first == $password} to if {[string match $password $first} (still putting the * * there)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Jul 19, 2003 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Eternal Bliss]]></name></author>
		<updated>2003-07-19T09:34:20-04:00</updated>

		<published>2003-07-19T09:34:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23666#p23666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23666#p23666"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23666#p23666"><![CDATA[
<blockquote class="uncited"><div>[16:33] -Error- user: ^`bj typed WRONG password (ßΘ:átest)<br>[16:33] [^`bj!<a href="mailto:my@7029B6E.EA98ECBE.69A161A6.IP">my@7029B6E.EA98ECBE.69A161A6.IP</a>] ßΘ:átest</div></blockquote>same ;/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3353">Eternal Bliss</a> — Sat Jul 19, 2003 9:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-19T07:45:57-04:00</updated>

		<published>2003-07-19T07:45:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23665#p23665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23665#p23665"/>
		<title type="html"><![CDATA[Op with password script not working]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23665#p23665"><![CDATA[
place test between two *<br>for example : <strong class="text-strong">set password "*test*"</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jul 19, 2003 7:45 am</p><hr />
]]></content>
	</entry>
	</feed>
