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

	<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-07-25T06:54:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2003-07-25T06:54:32-04:00</updated>

		<published>2003-07-25T06:54:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23947#p23947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23947#p23947"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23947#p23947"><![CDATA[
My provider supoort this ---&gt; <a href="www.volja.net%20%3C---" class="postlink">www.volja.net &lt;---</a>.You can go there and create free acount  but is in Slovene leangue.<br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Fri Jul 25, 2003 6:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-07-25T05:22:47-04:00</updated>

		<published>2003-07-25T05:22:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23945#p23945</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23945#p23945"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23945#p23945"><![CDATA[
oki thanx... but I dont think my provider supports SMS<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Fri Jul 25, 2003 5:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-07-25T05:08:27-04:00</updated>

		<published>2003-07-25T05:08:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23944#p23944</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23944#p23944"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23944#p23944"><![CDATA[
This is based on e-mail style SMS systems.<br><br>Many providers offer a service, where short e-mails (or extracts of larger ones) are sent via SMS.<br><br>As such, this script requires that you have one of these providers, and have an e-mail address for such purposes.<br><br>You set the e-mail address, that is designeated to forward to you via SMS, into this variable, and the rest is automatic.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Jul 25, 2003 5:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2003-07-25T04:49:25-04:00</updated>

		<published>2003-07-25T04:49:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23940#p23940</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23940#p23940"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23940#p23940"><![CDATA[
<blockquote class="uncited"><div>----------------Start------------- <br>set memo " -&gt; Is on IRC !" <br>set num <a href="mailto:xxxxxxxx@sms.ISP.com">xxxxxxxx@sms.ISP.com</a>" ----&gt; <strong class="text-strong">Here i think you must set number from your mobile operator </strong><br>bind join - * join:on_join <br>proc join:on_join {nick uhost hand chan} { <br>if {$nick == "ANYNICK"} { <br>global num memo <br>exec echo $uhost $memo | mail $num <br>pushmode $chan +v $nick <br>} <br>return 0 <br>} <br>---------END---------------- </div></blockquote>       <br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Fri Jul 25, 2003 4:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-07-24T18:55:05-04:00</updated>

		<published>2003-07-24T18:55:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23928#p23928</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23928#p23928"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23928#p23928"><![CDATA[
okey... we know whats not right... but whats right then??   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Thu Jul 24, 2003 6:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-24T18:43:51-04:00</updated>

		<published>2003-07-24T18:43:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23927#p23927</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23927#p23927"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23927#p23927"><![CDATA[
should be <strong class="text-strong">set num "<a href="mailto:xxxxxxxx@sms.ISP.com">xxxxxxxx@sms.ISP.com</a>"</strong><br><br>also, i think, <strong class="text-strong">exec echo $uhost $memo | mail $num</strong> is not correct.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jul 24, 2003 6:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-07-24T18:32:52-04:00</updated>

		<published>2003-07-24T18:32:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23924#p23924</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23924#p23924"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23924#p23924"><![CDATA[
yes I did, but the line I dont understand is:<br>set num <a href="mailto:xxxxxxxx@sms.ISP.com">xxxxxxxx@sms.ISP.com</a>"<br><br>my bot thinks this is ann email adresse not a phone number.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Thu Jul 24, 2003 6:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-07-24T17:12:48-04:00</updated>

		<published>2003-07-24T17:12:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23922#p23922</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23922#p23922"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23922#p23922"><![CDATA[
did u load it in eggdrop ? (source scripts/script.tcl or whatever the directory)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jul 24, 2003 5:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kimmi]]></name></author>
		<updated>2003-07-24T16:28:02-04:00</updated>

		<published>2003-07-24T16:28:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23918#p23918</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23918#p23918"/>
		<title type="html"><![CDATA[JoinSMS.tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23918#p23918"><![CDATA[
I have unziped the file I downloaded but I do not understand what to do.<br>Here is the script.<br>----------------Start-------------<br>set memo " -&gt; Is on IRC !"<br>set num <a href="mailto:xxxxxxxx@sms.ISP.com">xxxxxxxx@sms.ISP.com</a>"<br>bind join - * join:on_join<br>proc join:on_join {nick uhost hand chan} {<br>if {$nick == "ANYNICK"} {<br>global num memo<br>exec echo $uhost $memo | mail $num<br>pushmode $chan +v $nick<br>}<br>return 0<br>}<br>---------END----------------<br><br>anyone here that have gotten it to work.. please help me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3560">Kimmi</a> — Thu Jul 24, 2003 4:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
