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

	<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-02-17T14:42:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-02-17T14:42:16-04:00</updated>

		<published>2007-02-17T14:42:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70505#p70505</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70505#p70505"/>
		<title type="html"><![CDATA[public sending of notes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70505#p70505"><![CDATA[
Hmm well, I thought it would be possible if you were logged in with the bot, but nope, you'd have to give your password in public. Here's the msg commands tho:<blockquote class="uncited"><div>/msg botnick notes &lt;password&gt; index<br>   Lists all the notes stored up for you.<br>   <br>/msg botnick notes &lt;password&gt; read &lt;# or ALL&gt;<br>   Will display some notes for you, or, if you use read all, it will show you every note stored for you. # may be numbers and/or intervals separated by semicolon. Example:<br>   <br>      notes read 2-4;8;16-<br>   <br>/msg botnick notes &lt;password&gt; erase &lt;# or ALL&gt;<br>   This works like read, except it erases whichever note you tell it to (or all of them).<br>   <br>/msg botnick notes &lt;password&gt; to &lt;nickname&gt; &lt;message...&gt;<br>   Stores a note to someone, as long as the bot knows the specified user. They will be informed of a note waiting for them the next time they join the channel.<br><br>   Examples<br>   <br>   /msg botnick notes secret7 Doofus Doofus, please stop kicking people from the channel, everyone is complaining about you.</div></blockquote>All you should really need via a public command, is a help file to remind you of the msg commands. Something like:<div class="codebox"><p>Code: </p><pre><code>bind pub - !notes proc:notehelpproc notehelp {nick uhost hand chan text} {        puthelp "PRIVMSG $nick :here's the msg commands for the notes system:"        puthelp "PRIVMSG $nick :blah blah blah, etc etc etc, all the help stuff, one line at a time, etc"}</code></pre></div>Also keep in mind, only users in the bots userfile can use the bot's note system. If you want non-users to have access, check the archive for the before-mentioned notes scripts.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Feb 17, 2007 2:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fayettemat]]></name></author>
		<updated>2007-02-17T05:21:42-04:00</updated>

		<published>2007-02-17T05:21:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70498#p70498</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70498#p70498"/>
		<title type="html"><![CDATA[public sending of notes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70498#p70498"><![CDATA[
ok rosc2112 thanks for that, now I need to know HOW to read the notes via a public trigger is there anyway?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8582">fayettemat</a> — Sat Feb 17, 2007 5:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-02-17T04:08:38-04:00</updated>

		<published>2007-02-17T04:08:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70495#p70495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70495#p70495"/>
		<title type="html"><![CDATA[public sending of notes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70495#p70495"><![CDATA[
Do you mean using the bot's note system? Or something independent?  If you're talking about the bot's note system, check the documentation for notes here:<br><a href="http://www.egghelp.org/commands/notes.htm" class="postlink">http://www.egghelp.org/commands/notes.htm</a><br><br>If you're talking about an independent/public notes script, there's a few in the tcl archives you can look over for ideas, just search for 'notes' ..  I modified one by 'Sergio100' to work specifically with undernet's authenticated usernames, you can find that here:<br><a href="http://members.dandy.net/~fbn/publicnotes.rosc2112.tcl.txt" class="postlink">http://members.dandy.net/~fbn/publicnot ... 12.tcl.txt</a><br><br>As far as other documentation to refer to, you'll want to read the tcl-commands.doc in regard to bind and other eggdrop-specific commands, and the tcl documentation about command syntax:<br><a href="http://www.eggheads.org/support/egghtml/1.6.18/tcl-commands.html" class="postlink">http://www.eggheads.org/support/egghtml ... mands.html</a><br><a href="http://www.egghelp.org/commands/index.htm" class="postlink">http://www.egghelp.org/commands/index.htm</a><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/contents.htm" class="postlink">http://www.tcl.tk/man/tcl8.4/TclCmd/contents.htm</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Sat Feb 17, 2007 4:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fayettemat]]></name></author>
		<updated>2007-02-17T03:29:34-04:00</updated>

		<published>2007-02-17T03:29:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70494#p70494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70494#p70494"/>
		<title type="html"><![CDATA[public sending of notes]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70494#p70494"><![CDATA[
I think there is a way to do this but I'm not sure of a few things:<br>1)binding to use<br>2) syntax that is needed<br>3) how I can script it<br>can anyone please answer those things that I need help on?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8582">fayettemat</a> — Sat Feb 17, 2007 3:29 am</p><hr />
]]></content>
	</entry>
	</feed>
