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

	<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>2005-06-19T20:08:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-06-19T20:08:28-04:00</updated>

		<published>2005-06-19T20:08:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51091#p51091</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51091#p51091"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51091#p51091"><![CDATA[
Are you talking about ChanServ OR <strong class="text-strong">NickServ</strong> (I just re-read your original post)?<br><br>NickServ returns information regarding whether a nick is registered (or not) via the /ns acc &lt;nick&gt; command. A level of 3 indicates an identified nick and level 1 unidentified. As for manipulating the access list of another user, cannot be done unless an IRCOp (I think).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Jun 19, 2005 8:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DallasD]]></name></author>
		<updated>2005-06-19T15:12:10-04:00</updated>

		<published>2005-06-19T15:12:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51080#p51080</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51080#p51080"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51080#p51080"><![CDATA[
Well it helps that someone seems to know what i am talking about.  As for exact ChanServ output, i am not totally sure what you are talking about.  But thanks for the info.  i will keep trying.  If i crash my bot enough maybe i will figure it out.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6229">DallasD</a> — Sun Jun 19, 2005 3:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-06-19T11:52:13-04:00</updated>

		<published>2005-06-19T11:52:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51071#p51071</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51071#p51071"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51071#p51071"><![CDATA[
well I know how to get the list you are talking about, but I won't write the script you need (mostly because I don't know your exact ChanServ output)<br><br>but generally, you'd bind to NOTICE, issue the ChanServ command, and then parse the output coming from ChanServ (with the only problem being most ChanServs I know won't indicate the end of the output, so you'll probably have to terminate parsing on timer)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Jun 19, 2005 11:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DallasD]]></name></author>
		<updated>2005-06-19T07:09:37-04:00</updated>

		<published>2005-06-19T07:09:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51059#p51059</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51059#p51059"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51059#p51059"><![CDATA[
Thanks for the help.  But i can see that you do not seem to know what access list i am talking about.  I am not talking about Aop and Sop lists.  I am talking about the access list that is on the updated IRC servers that use access levels to control everything on a channel. This access list is use insted of Sop and Aop and offers for more control.  If anyone knows how to get this list and how to work with it I sure would like to know.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6229">DallasD</a> — Sun Jun 19, 2005 7:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-25T23:28:14-04:00</updated>

		<published>2005-05-25T23:28:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49830#p49830</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49830#p49830"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49830#p49830"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>/whois ChanServ/cs sop #chan list/cs aop #chan list</code></pre></div>The first one will give you Chanserv's "address": ChanServ!<a href="mailto:user@server.host">user@server.host</a><br><br><strong class="text-strong">**</strong> IF you <em class="text-italics">READ</em> that example script I posted you'll see what the address of ChanServ on DALnet is and the "info" returned. Should you give you some idea. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>As for "info":<div class="codebox"><p>Code: </p><pre><code>-ChanServ- AOp list for #chan</code></pre></div>That is the first line of the message returned by ChanServ when an AOp list is requested (as an example).<br><br>Once again, <strong class="text-strong">READ</strong> ** above!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed May 25, 2005 11:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-25T04:37:22-04:00</updated>

		<published>2005-05-25T04:37:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49792#p49792</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49792#p49792"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49792#p49792"><![CDATA[
What do you mean by ChanServ address or info?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Wed May 25, 2005 4:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DallasD]]></name></author>
		<updated>2005-05-21T12:01:51-04:00</updated>

		<published>2005-05-21T12:01:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49672#p49672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49672#p49672"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49672#p49672"><![CDATA[
How do you find out what chanserv address or info should be?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6229">DallasD</a> — Sat May 21, 2005 12:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-20T18:54:05-04:00</updated>

		<published>2005-05-20T18:54:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49644#p49644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49644#p49644"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49644#p49644"><![CDATA[
The following is an example to get the sop/aop list of a channel on DALnet:<div class="codebox"><p>Code: </p><pre><code># Name of the storage file for the access list. set accesslist "accesslist.txt"# Full name of channel services.set chanserv "chanserv@Services.dal.net"################## BIND commands ##################bind pub n list access:listbind notc - "* list for *" write:listbind notc - "*(*@*)*" write:listbind notc - "*End of list.*" write:listproc write:list {nick host hand arg {dest ""}} {  set msg [ctrl:filter $arg]  if {([isbotnick $dest]) &amp;&amp; ([string equal $nick "ChanServ"])} {    # Create the storage file for appending.    set acc_fd [open $::accesslist a]    puts $acc_fd $msg    close $acc_fd  }}proc access:list {nick uhost hand chan text} {  set type [string tolower $text]  if {[regexp {(sop|aop)} $type]} {    # Remove old storage file    if {[file exists $::accesslist]} {file delete $::accesslist}    putserv "PRIVMSG $::chanserv :$type $chan list"  } else {    return  }}# ctrl:filter &lt;string&gt; # Strip all control characters. Thanks to ppslim.proc ctrl:filter {str} {   regsub -all -- {\003[0-9]{0,2}(,[0-9]{0,2})?|\017|\037|\002|\026|\006|\007} $str "" str   return $str }</code></pre></div>Simply type "list aop" or "list sop" in your channel.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri May 20, 2005 6:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DallasD]]></name></author>
		<updated>2005-05-20T14:07:25-04:00</updated>

		<published>2005-05-20T14:07:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49639#p49639</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49639#p49639"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49639#p49639"><![CDATA[
well i do not seem to be smart enough to figure out the script to have my get the access list and put it into a text file.  Could anyone give me a hand on how to write this script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6229">DallasD</a> — Fri May 20, 2005 2:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DallasD]]></name></author>
		<updated>2005-05-15T14:08:27-04:00</updated>

		<published>2005-05-15T14:08:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49497#p49497</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49497#p49497"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49497#p49497"><![CDATA[
That is great! Thanks for the help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6229">DallasD</a> — Sun May 15, 2005 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-15T13:56:38-04:00</updated>

		<published>2005-05-15T13:56:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49496#p49496</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49496#p49496"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49496#p49496"><![CDATA[
/chanserv info &lt;#channel&gt;<br>/chanserv access &lt;#channel&gt; list<br>/chanserv sop &lt;#channel&gt; list<br>/chanserv aop &lt;#channel&gt; list<br><br>/nickserv info &lt;nick&gt;<br><br>/chanserv &lt;aop|sop|akick&gt; &lt;#channel&gt; &lt;add|del|wipe|list&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun May 15, 2005 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DallasD]]></name></author>
		<updated>2005-05-15T13:24:03-04:00</updated>

		<published>2005-05-15T13:24:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49495#p49495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49495#p49495"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49495#p49495"><![CDATA[
thanks for the info.  would you happen to know any of the commands and/or ver names the can be used in a script so that a bot can do all of this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6229">DallasD</a> — Sun May 15, 2005 1:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-05-15T13:12:37-04:00</updated>

		<published>2005-05-15T13:12:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49494#p49494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49494#p49494"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49494#p49494"><![CDATA[
Chanserv access lists can be saved into text files for later use -- string match and regexp can be used to match.<br><br>If a nick is in a chanserv access list, it is already registered so there is no need to check for it. However the reply for /nickserv info &lt;nick&gt; can tell if a nick is registered or not.<br><br>The bot can manipulate access lists, via pubcmds or privmsgs triggers if you give it the correct access as well.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun May 15, 2005 1:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DallasD]]></name></author>
		<updated>2005-05-15T10:21:37-04:00</updated>

		<published>2005-05-15T10:21:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49485#p49485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49485#p49485"/>
		<title type="html"><![CDATA[need a script/info to make a script to get info from ChanSer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49485#p49485"><![CDATA[
My server has just update its mIRC.  ChanServ now has access list and the like.  I would like to get the info to make a script or a script that could to the following:<br><br>1) retreave access list and all its info<br>2) beable to tell if a nick is regestered<br>3) menipulate the access list<br><br>I am sure this can be done but as of yet i have been unable to fine any info on it.  I could use any help i can get.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6229">DallasD</a> — Sun May 15, 2005 10:21 am</p><hr />
]]></content>
	</entry>
	</feed>
