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

	<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-11-26T11:05:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-11-26T11:05:40-04:00</updated>

		<published>2003-11-26T11:05:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30729#p30729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30729#p30729"/>
		<title type="html"><![CDATA[user@host.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30729#p30729"><![CDATA[
change<div class="codebox"><p>Code: </p><pre><code>putchan $chan "$nick  $arg :Ton masque d`adresse (User@host) est: $alternate [maskhost $hostmask]" </code></pre></div>to<br>a) allways display full host<div class="codebox"><p>Code: </p><pre><code>putchan $chan "$nick  $arg :Ton masque d`adresse (User@host) est: $hostmask" </code></pre></div>b) full host only with undernet<div class="codebox"><p>Code: </p><pre><code>if {[string match "*users.undernet.org" $hotmask]} {putchan $chan "$nick  $arg :Ton masque d`adresse (User@host) est: $hostmask" } else {putchan $chan "$nick  $arg :Ton masque d`adresse (User@host) est: $alternate [maskhost $hostmask]" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Wed Nov 26, 2003 11:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Pitchat]]></name></author>
		<updated>2003-11-26T06:48:01-04:00</updated>

		<published>2003-11-26T06:48:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=30712#p30712</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=30712#p30712"/>
		<title type="html"><![CDATA[user@host.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=30712#p30712"><![CDATA[
Hi ,<br>i`m using <a href="mailto:user@host1.1.tcl">user@host1.1.tcl</a> and it works juste fine but i`d like to know if it is possible to modify the way the userhost is display<br><br>exemple <br>[05:33] (Pitchat): !user@host<br>[05:33] (@Aide-moi): Pitchat :your user2host is: *!*Pitchat@*.undernet.org<br><br>and i`d like to have it that way : *!*<a href="mailto:Pitchat@Pitchat.users.undernet.org">Pitchat@Pitchat.users.undernet.org</a><br><br>to be consistent with the new ( not so new now) X from undernet<br><br>thanks<div class="codebox"><p>Code: </p><pre><code>                   ##################################                   #                                #                   #      !User@host TCL            #                   #             by deku            #                   ###################################################################################################################This TCL provides to users the possibility to get their user@host when        ##they request it to the bot via the !user@host command. You can also ask the   ##bot to give the user@host to someone by typing !host &lt;nick&gt;.                  ############################################################################################################################If you have questions/comments, you can ##contact me at: mrdeku@hotmail.com       ###########################################bind pub - !User@host pub_user@hostbind pub - !host pub_hostproc pub_host {nick uhost hand chan arg} {set arg [charfilter $arg]set alternate [lindex [split $arg] 2]set hostmask "$nick!*[getchanhost $arg $chan]"putchan $chan "$nick  $arg :Ton masque d`adresse (User@host) est: $alternate [maskhost $hostmask]"}proc pub_user@host {nick uhost hand chan arg} {set alternate [lindex [split $arg] 2]set hostmask "$nick!*[getchanhost $nick $chan]"putchan $chan "$nick  $arg :Ton masque d`adresse (User@host) est: $alternate [maskhost $hostmask]"}putlog "!user@host TCL by deku is now loaded."</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2723">Pitchat</a> — Wed Nov 26, 2003 6:48 am</p><hr />
]]></content>
	</entry>
	</feed>
