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

	<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>2005-10-10T22:15:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-10-10T22:15:27-04:00</updated>

		<published>2005-10-10T22:15:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56529#p56529</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56529#p56529"/>
		<title type="html"><![CDATA[sending privmsgs from shell.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56529#p56529"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#!/bin/sh# This line continues for Tcl, but is a single line for 'sh' \exec tclsh "$0" ${1+"$@"}set s [socket irc.server.com 6667]puts $s "nick foo\nuser bar x x moo"puts $s "privmsg [lindex $argv 0] :[join [lrange $argv 1 e]]"puts $s quitclose $s</code></pre></div>(this might not work on servers that send ping cookie on connect and expect reply, registering client upon receiving it)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Oct 10, 2005 10:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KeMiJohN]]></name></author>
		<updated>2005-10-10T08:12:35-04:00</updated>

		<published>2005-10-10T08:12:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56506#p56506</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56506#p56506"/>
		<title type="html"><![CDATA[sending privmsgs from shell.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56506#p56506"><![CDATA[
is it possible to send a PRIVMSG from the linux shell?<br><br>or maybe make a shell script that is executed with 2 parameters, (nick and message) and then sends $message to $nick via a PRIVMSG?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6835">KeMiJohN</a> — Mon Oct 10, 2005 8:12 am</p><hr />
]]></content>
	</entry>
	</feed>
