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

	<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>2007-08-26T09:27:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[T-Xorcist]]></name></author>
		<updated>2007-08-26T08:41:03-04:00</updated>

		<published>2007-08-26T08:41:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75507#p75507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75507#p75507"/>
		<title type="html"><![CDATA[Get modes of channel [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75507#p75507"><![CDATA[
I'm going to try! Thank you!<br><br>Edit: It works perfectly! Really much appreciated!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6980">T-Xorcist</a> — Sun Aug 26, 2007 8:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2007-08-24T11:36:57-04:00</updated>

		<published>2007-08-24T11:36:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75481#p75481</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75481#p75481"/>
		<title type="html"><![CDATA[Get modes of channel [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75481#p75481"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[getchanmode #channel]</code></pre></div>So if you want to check for the 'r' flag, you can use:<br><div class="codebox"><p>Code: </p><pre><code>if {[string match *r* [lindex [getchanmode $var] 0]]} { # r is set } else { # r is not set }if {[regexp {r} [lindex [getchanmode $var] 0]]} { #r is set } else { #r is not set }</code></pre></div>Hope this helps!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Fri Aug 24, 2007 11:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[T-Xorcist]]></name></author>
		<updated>2007-08-26T09:27:50-04:00</updated>

		<published>2007-08-24T09:12:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75477#p75477</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75477#p75477"/>
		<title type="html"><![CDATA[Get modes of channel [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75477#p75477"><![CDATA[
Hi there!<br><br>I have a bit of a problem, with the modes on a channel.<br>I have an IRCbot running on a UnrealIRCD network.<br><br>How do I get the modes of the channel? Like, mtnr.<br><br>The purpose? I want to check if the channel is registered, else, leave the channel again.<br><br>Can anyone explain to me how this is possible?<br><br>Thanks in advance.<br><br>With kind regards,<br><br>T-Xorcist<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6980">T-Xorcist</a> — Fri Aug 24, 2007 9:12 am</p><hr />
]]></content>
	</entry>
	</feed>
