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

	<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>2009-04-22T22:13:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2009-04-22T22:12:49-04:00</updated>

		<published>2009-04-22T22:12:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88542#p88542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88542#p88542"/>
		<title type="html"><![CDATA[Adduser as !*@Hostmask [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88542#p88542"><![CDATA[
thanks speechless  <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=7220">cache</a> — Wed Apr 22, 2009 10:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-04-22T21:45:34-04:00</updated>

		<published>2009-04-22T21:45:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88541#p88541</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88541#p88541"/>
		<title type="html"><![CDATA[Adduser as !*@Hostmask [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88541#p88541"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>change : set addusermask *![getchanhost $text $chan] to this: set addusermask !*@[lindex [split [getchanhost $text $chan] @] 1] </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Wed Apr 22, 2009 9:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[cache]]></name></author>
		<updated>2009-04-22T22:13:13-04:00</updated>

		<published>2009-04-22T21:28:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88540#p88540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88540#p88540"/>
		<title type="html"><![CDATA[Adduser as !*@Hostmask [SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88540#p88540"><![CDATA[
My current adduser script is adding chatters like this:<br><br><span style="color:red"><strong class="text-strong">*!Nick@Hostmask</strong></span><br><br>and I want it to add like this..<br><br><span style="color:blue"><strong class="text-strong">!*@Hostmask</strong></span><br><br>So can anyone please change it? I been trying for the past 2 hrs and can't get it to work.<br><br>Code I have is:<br><div class="codebox"><p>Code: </p><pre><code>proc proc_adduser { nick uhost hand chan text } {  set addusernick [nick2hand $text]  if {[validuser $addusernick]} {   putserv "PRIVMSG $chan :\002$text\002 Is Already In User Database As \002$addusernick\002"  } else  {   unset addusernick   set addusermask *![getchanhost $text $chan]   adduser $text $addusermask   set addusernick [nick2hand $text]   putlog "\002$nick\002 Added \002$addusernick\($text\)\002 To User Database"   putserv "PRIVMSG $chan :$text has been added to the bot."   save   unset addusermask   unset addusernick  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7220">cache</a> — Wed Apr 22, 2009 9:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
