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

	<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>2002-09-30T18:39:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-30T18:39:38-04:00</updated>

		<published>2002-09-30T18:39:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11547#p11547</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11547#p11547"/>
		<title type="html"><![CDATA[SMS TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11547#p11547"><![CDATA[
We may be eggdrop lovers, be we aint your maid.<br><br>There are many discusions regarding SMS, try searching for them.<br><br>There are SMS script available in the archive, try adapting them to your needs. However, you will need a provider that will send to any mobile in thw world, or script that is able to cope with multiple providers.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Sep 30, 2002 6:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[blood_x]]></name></author>
		<updated>2002-09-30T16:40:48-04:00</updated>

		<published>2002-09-30T16:40:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11542#p11542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11542#p11542"/>
		<title type="html"><![CDATA[SMS TCL]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11542#p11542"><![CDATA[
Dear EggLovers  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br>I would like to share a knowledge and idea on how to make my eggdrop sms to my mobile phone automatically when users do .sms &lt;handle&gt; &lt;msg&gt; or by .sms &lt;msg&gt; using my elm/pop3/smtp email config. For an example;<br><br>a). Adding new eggdrop sms command via partyline such as;<br>     i). .sms &lt;handle&gt; &lt;msg&gt; ||-&gt; Require to have extra-field such as  <br>                                                  mobile_phone on each users.<br>     ii). .sms &lt;msg&gt; ||-&gt; Automatically sms to eggdrop owner.<br><br>b). Workflow of sms command;<br>     i). Syntax: .sms &lt;handle&gt; &lt;msg&gt; OR .sms &lt;msg&gt;<br>         (The sms msg limit to 160 characters only due to limited sms msg <br>           on mobile)<br>     ii). When user do .sms command, the TCL script automatically find <br>          &lt;handle&gt; and their &lt;mobile_phone_number&gt; which has been <br>          setup in extra_field OR;<br>     iii). When user do .sms command, the TCL script automatically send in <br>           the format of EMAIL &lt;<a href="mailto:my_mobile_number@my.mobile.provider">my_mobile_number@my.mobile.provider</a>&gt;<br>           &lt;msg&gt; using Email config in shell account.<br>     iv). The TCL script must interact each other with email config in shell <br>           account because to activate sms command, the TCL must use <br>           EMAIL procedure to sent its message to user (as I describe in (b)<br>           (iii)).<br><br>c). Basic example of the script;<br>     Binding: bind dcc p|- sms *sms_tcl <br>     (For giving partyline members to sms bot owner/admin)<br>     Configuration: <br>      i). set_who_should_received_sms: Bot Owner/Admin<br>          (Handle that will receive sms by default)<br>      ii). set_email_sms: <a href="mailto:0123456789@my.mobile-provider.com">0123456789@my.mobile-provider.com</a><br>          (SMS Email/Mobile Number of the default handle who will receive <br>            that sms - Bot Owner/Admin)<br>      iii). Then, the script will generate temp -write to tmp_files for the <br>            msg and deleted it for a certain amount of time before it send it.<br>      iv). Afterall, the TCL send sms through Shell email config in the <br>            format of EMAIL &lt;set_email_sms&gt; &lt;user_msg&gt; . In otherword, <br>            the TCL script will automatically email SMS my mobile phone via <br>            my unix shell account using EMAIL).<br><br>Argh, I get a little confused on how to explain this script in details and now I've finished a BOX of cigarettes <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> Hum, for simple explanation, I would like to have TCL script that can email my phone number because my mobile phone provider provides our own email at mobile in format of EMAIL &lt;<a href="mailto:my_phone_number@my.phone.provider.com">my_phone_number@my.phone.provider.com</a>&gt; &lt;msg&gt;. It means, anyone can EMAIL me via partyline, and I can read it on my mobile number if the user using format EMAIL &lt;<a href="mailto:myphoneumber@myphone.provider.com">myphoneumber@myphone.provider.com</a>&gt; &lt;his/her msg&gt; (limited to 160 characters only...).<br><br>Anyone have an idea about it? Thanks for ur time and concern  <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=402">blood_x</a> — Mon Sep 30, 2002 4:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
