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

	<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>2006-06-06T05:21:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-06T05:21:58-04:00</updated>

		<published>2006-06-06T05:21:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63758#p63758</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63758#p63758"/>
		<title type="html"><![CDATA[trigger script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63758#p63758"><![CDATA[
This is nothing about TCL, but about IRC. IRC uses \n as command seperator. So meaning something like:<br>"PRIVMSG $chan :hello my new\nworld out there"<br>would be interpreted as channel message to $chan "hello my new" and an error saying "world: no such command". You could probably use<br>"PRIVMSG $chan :hellow my new\nPRIVMSG $chan :world out there"<br>but I dont know how the bot will thread such a line, if it splits it automatically into 2 or if it would try to send them at once. First one you could make 2 lines anyway, later one of course would negate the use of the server queue ^-^.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Jun 06, 2006 5:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shikashinigami]]></name></author>
		<updated>2006-06-06T01:34:16-04:00</updated>

		<published>2006-06-06T01:34:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63755#p63755</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63755#p63755"/>
		<title type="html"><![CDATA[trigger script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63755#p63755"><![CDATA[
nope no one told me that before. And being a new used of tcl, I had no idea. Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7802">shikashinigami</a> — Tue Jun 06, 2006 1:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-06-06T01:18:02-04:00</updated>

		<published>2006-06-06T01:18:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63752#p63752</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63752#p63752"/>
		<title type="html"><![CDATA[trigger script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63752#p63752"><![CDATA[
You can't use \n with puthelp/putserv/putquick or anything else.<br>So don't bother and just use seperate lines. (i think demond already told you that in a different topic)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Jun 06, 2006 1:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shikashinigami]]></name></author>
		<updated>2006-06-05T19:48:07-04:00</updated>

		<published>2006-06-05T19:48:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63750#p63750</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63750#p63750"/>
		<title type="html"><![CDATA[trigger script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63750#p63750"><![CDATA[
I'm sorry &gt;.&lt; I thought it would be okay in this forum cause it's technically a script request... eheh... anyway. Here's my whole eggdrop script additional components and all:<div class="codebox"><p>Code: </p><pre><code>#! /path/to/executable/eggdropset username "ph34rb0t_shika"set admin "shika &lt;email: aybara_cauthon@hotmail.com&gt;"set network "irc.rizon.net"set timezone "EST"set offset "5"#set env(TZ) "$timezone $offset"#set my-hostname ""set my-ip "66.252.10.152"#addlang "english"##### LOG FILES #####set max-logs 10set max-logsize 550set quick-logs 0set raw-log 0logfile mcoj * "logs/eggdrop.log"logfile jpk #shika "logs/lamest.log"set log-time 1set keep-all-logs 1set logfile-suffix ".%d%b%Y"set switch-logfiles-at 300set quiet-save 1##### CONSOLE #####set console "mkcobxs"##### FILES AND DIRECTORIES #####set userfile "ph34rb0t.user"set pidfile "pid.ph34rb0t"set sort-users 0set help-path "help/"set text-path "text/"set temp-path "/tmp"set motd "text/motd"set telnet-banner "text/banner"set userfile-perm 0400##### BOTNET/DCC/TELNET ######set botnet-nick "LlamaBot"listen 50931 allset remote-boots 2set share-unlinks 1set protect-telnet 0set dcc-sanitycheck 1set ident-timeout 5set require-p 0set open-telnets 0set stealth-telnets 1set use-telnet-banner 0set connect-timeout 15set dcc-flood-thr 10set telnet-flood 10:60set paranoid-telnet-flood 1set resolve-timeout 30##### MORE ADVANCED SETTINGS ######set firewall "!sun-barr.ebay:3666"#set nat-ip "127.0.0.1"#set reserved-portrange 2010:2020set ignore-time 15set hourly-updates 27set owner "shikashinigami"set notify-newusers "$owner"set default-flags "hpg"set whois-fields "url birthday"set die-on-sighup 0set die-on-sigterm 1#unbind dcc n tcl *dcc:tcl#unbind dcc n set *dcc:setset must-be-owner 1#unbind dcc n simul *dcc:simulset max-dcc 50set allow-dk-cmds 1set dupwait-timeout 5##### MODULES #####set mod-path "modules/"#### DNS MODULE ####loadmodule dns#### CHANNELS MODULE ####loadmodule channelsset chanfile "shika.chan"set force-expire 0set share-greet 0set use-info 1set global-flood-chan 10:60set global-flood-deop 3:10set global-flood-kick 3:10set global-flood-join 5:60set global-flood-ctcp 3:60set global-flood-nick 5:60set global-aop-delay 5:30set global-idle-kick 0set global-chanmode "mnpt"set global-stopnethack-mode 0set global-revenge-mode 0set global-ban-time 120set global-exempt-time 60set global-invite-time 60set global-chanset {        -autoop         +autovoice        -bitch          -cycle        +dontkickops    -dynamicbans        +dynamicexempts -dynamicinvites        -enforcebans    -greet        -inactive       -nodesynch        -protectfriends +protectops        -revenge        +revengebot        -secret         -seen        -shared         +statuslog        +userbans       +userexempts        +userinvites    +protecthalfops        -autohalfop}    channel add #shika {      chanmode "+mnpt"      idle-kick 0      stopnethack-mode 0      revenge-mode 0      ban-time 120      exempt-time 60      invite-time 60      aop-delay 5:30      need-op { putserv "PRIVMSG dear god, please op me!" }      need-invite { putserv "PRIVMSG let me in!" }      need-key { putserv "PRIVMSG let me in!" }      need-unban { putserv "PRIVMSG let me in!" }      need-limit { putserv "PRIVMSG let me in!" }      flood-chan 10:60      flood-deop 3:10      flood-kick 3:10      flood-join 5:60      flood-ctcp 3:60      flood-nick 5:60    }   channel set #shika +revengebot +dontkickops +autovoice -autoop -autohalfop#### SERVER MODULE ####loadmodule serverset net-type 1set nick "ph34rb0t_shika"set altnick "shikab0t"set realname "/msg ph34rb0t_shika hello"bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"}set default-port 6664set servers {  irc.rizon.net:6664  irc.rizon.net:7000}set keep-nick 1set strict-host 0set quiet-reject 1set lowercase-ctcp 1set answer-ctcp 3set flood-msg 5:60set flood-ctcp 10:60set never-give-up 1set server-cycle-wait 60set server-timeout 60set servlimit 0set check-stoned 1set serverror-quit 1set max-queue-msg 300set trigger-on-ignore 0set double-mode 1set double-server 1set double-help 1set optimize-kicks 1set stack-limit 4### SERVER MODULE - OTHER NETWORKS (net-type 5) ###set check-mode-r 0set nick-len 20#### CTCP MODULE ####loadmodule ctcpset ctcp-mode 0#### IRC MODULE ####loadmodule ircset bounce-bans 1set bounce-exempts 0set bounce-invites 0set bounce-modes 0set max-bans 30set max-exempts 20set max-invites 20set max-modes 30#set use-exempts 0#set use-invites 0set kick-fun 0set ban-fun 0set learn-users 1set wait-split 1500set wait-info 180set mode-buf-length 200unbind msg - hello *msg:hellobind msg - yo *msg:hello#unbind msg - ident *msg:ident#unbind msg - addhost *msg:addhostset opchars "@"set opchars "@&amp;~"set no-chanrec-info 0### IRC MODULE - IRCnet SPECIFIC FEATURES (net-type 1) #### Attention: Use these settings *only* if you set 'net-type' to 1!set prevent-mixing 1### IRC MODULE - OTHER NETWORKS (net-type 5) #### Attention: Use these settings *only* if you set 'net-type' to 5!#set kick-method 1#set modes-per-line 3#set include-lk 1#set use-354 0#set rfc-compliant 1#### TRANSFER MODULE #####loadmodule transferset max-dloads 3set dcc-block 0set copy-to-tmp 1set xfer-timeout 30#### SHARE MODULE #####loadmodule share# Settings in this section must be un-commented before setting.#set allow-resync 0#set resync-time 900#set private-global 0#set private-globals "mnot"#set private-user 0#set override-bots 0#### COMPRESS MODULE #####loadmodule compressset share-compressed 1#set compress-level 9#### FILESYSTEM MODULE #####loadmodule filesysset files-path "/home/mydir/filesys"set incoming-path "/home/mydir/filesys/incoming"set upload-to-pwd 0set filedb-path ""set max-file-users 20set max-filesize 1024#### NOTES MODULE ####loadmodule notesset notefile "shika.notes"set max-notes 50set note-life 60set allow-fwd 0set notify-users 1set notify-onjoin 1#### CONSOLE MODULE ####loadmodule consoleset console-autosave 1set force-channel 0set info-party 0#### WOOBIE MODULE #####loadmodule woobie#### SEEN MODULE #####loadmodule seen#### BLOWFISH MODULE ####loadmodule blowfish#### ASSOC MODULE #####loadmodule assoc#### WIRE MODULE #####loadmodule wire#### UPTIME MODULE ####loadmodule uptime##### SCRIPTS ######source scripts/script.tclsource scripts/alltools.tclsource scripts/action.fix.tclsource scripts/compat.tclsource scripts/userinfo.tclloadhelp userinfo.help###EasySpeak#####Edit this to who you want to activate the triggers (The default is set to #public, which means everyone can activate them)set trigbind -|- #Set the channels to where you want the triggers available#I've set it up to allow you up to 3 channels, if you want more please#e-mail me and let me know. :)set channelone    "#shika"set channeltwo    ""set channelthree  ""#Edit these to what ever you want the trigger names to be (IE !rules or ^Help)set trigger1 "!rules"set trigger2 ""set trigger3 ""set trigger4 ""set trigger5 ""#Edit these to what ever you want to be displayed in the channel after the trigger the#has been used, (IE if trigger1 was set to !rules then change text1 to...#These are the rules ect ect).set text1 "These are the rules for channel shika, they are law... | Rule #1: Don't be a jerk. We're here to have fun, act like it | Rule #2: Don't ask to be an op. If you have to ask, chances are you don't deserve it | Rule #3: Have fun | Rule #4: Don't bother the bot, he isn't merciful like the other ops."set text2 ""set text3 ""set text4 ""set text5 ""#Just comment out the "die" line with a ##I put it here as a small reminder to edit this script.#die "* [file tail [info script]]: Forgot to edit this script didn't you?"bind pub $trigbind $trigger1 text-1bind pub $trigbind $trigger2 text-2bind pub $trigbind $trigger3 text-3bind pub $trigbind $trigger4 text-4bind pub $trigbind $trigger5 text-5proc text-1 {n u h c a }  {global channeloneglobal channeltwoglobal channelthreeglobal text1if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "NOTICE $n :$text1"}return 0}proc text-2 {n u h c a}  {global channeloneglobal channeltwoglobal channelthreeglobal text2if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text2"}return 0}proc text-3 {n u h c a}  {global channeloneglobal channeltwoglobal channelthreeglobal text3if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text3"}return 0}proc text-4 {n u h c a}  {global channeloneglobal channeltwoglobal channelthreeglobal text4if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text4"}return 0}proc text-5 {n u h c a}  {global channeloneglobal channeltwoglobal channelthreeglobal text5if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text5"}return 0}#putlog "* [file tail [info script]] by Dalanx loaded."####Autovoice script#########################################################bind join - "#shika *" av:join bind part - "#shika *" av:part proc av:join {nick host hand chan} {    global dontvoice    if ![info exists dontvoice($chan)] { set dontvoice($chan) [list] }    if {[botisop $chan]&amp;&amp;[lsearch -exact $dontvoice($chan) $host]=="-1"} {       utimer 2 [list pushmode $chan +v $nick]    } } proc av:part {nick host hand chan {msg ""}} {    global dontvoice    if ![info exists dontvoice($chan)] { set dontvoice($chan) [list] }    if {![isbotnick $nick]&amp;&amp;![isvoice $nick $chan]&amp;&amp;![isop $nick $chan]&amp;&amp;[lsearch -exact $dontvoice($chan) $host]=="-1"} {       lappend dontvoice($chan) $host       timer 5 [list set dontvoice($chan) [lreplace $dontvoice($chan) [set foo [lsearch -exact $dontvoice($chan) $host]] $foo]]    } } bind mode - "#shika +v" av:mode proc av:mode {nick host hand chan mode {target ""}} {    global dontvoice    if ![info exists dontvoice($chan)] return    if {[set foo [lsearch -exact $dontvoice($chan) [getchanhost $target $chan]]]!="-1"} {       set dontvoice($chan) [lreplace $dontvoice($chan) $foo $foo]    } }#########Rehash Code##############################################################bind pub n|- .rehash pub:rehash proc pub:rehash {nick host hand chan text} {   rehash   putserv "PRIVMSG $chan :Bot has been rehashed." }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7802">shikashinigami</a> — Mon Jun 05, 2006 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NTHosts]]></name></author>
		<updated>2006-06-05T05:51:35-04:00</updated>

		<published>2006-06-05T05:51:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63728#p63728</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63728#p63728"/>
		<title type="html"><![CDATA[erm]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63728#p63728"><![CDATA[
Can you post me the whole script to have a look at please <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>EDIT: Can i also request to a mod that this script is moved to the correct forum, thanks <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=6839">NTHosts</a> — Mon Jun 05, 2006 5:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shikashinigami]]></name></author>
		<updated>2006-06-05T01:00:43-04:00</updated>

		<published>2006-06-05T01:00:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63723#p63723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63723#p63723"/>
		<title type="html"><![CDATA[trigger script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63723#p63723"><![CDATA[
ok, the NOTICE instead of channel notice works like a charm. But if I put \n between the lines only the first line comes up. I'm not sure why it isn't working. I have the text all on one line (line 1456)<br>ex:  <div class="codebox"><p>Code: </p><pre><code>set text1 "These are the rules for channel shika, they are law... \nRule #1: Don't be a jerk. We're here to have fun, act like it \nRule #2: Don't ask to be an op. If you have to ask, chances are you don't deserve it \nule #3: Have fun \nRule #4: Don't bother the bot, he isn't merciful like the other ops."</code></pre></div>thanks!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7802">shikashinigami</a> — Mon Jun 05, 2006 1:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NTHosts]]></name></author>
		<updated>2006-06-04T17:19:10-04:00</updated>

		<published>2006-06-04T17:19:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63710#p63710</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63710#p63710"/>
		<title type="html"><![CDATA[oops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63710#p63710"><![CDATA[
Sorry i screwed up, the second bit wont work, im gonna make a few changes to the script and i'll post it back here for ya.. sowwie <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>EDIT: Ok seems i dont have to, thanks DragnLord <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=6839">NTHosts</a> — Sun Jun 04, 2006 5:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-06-04T17:19:07-04:00</updated>

		<published>2006-06-04T17:19:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63709#p63709</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63709#p63709"/>
		<title type="html"><![CDATA[Re: :)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63709#p63709"><![CDATA[
<blockquote class="uncited"><div>2) I'd like for the messages from the bot (which are public now) to be sent in a private message without forcing a new window open ( notice?)<br>Change where it says 'PRIVMSG' to notice.<br><br>Done <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote>The above will send the notice to the channel, not only to the individual.<br><br>change<div class="codebox"><p>Code: </p><pre><code>puthelp "PRIVMSG $c :$text5"</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>puthelp "NOTICE $n :$text5"</code></pre></div>to send to only the requester<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sun Jun 04, 2006 5:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[NTHosts]]></name></author>
		<updated>2006-06-04T17:12:00-04:00</updated>

		<published>2006-06-04T17:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63708#p63708</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63708#p63708"/>
		<title type="html"><![CDATA[:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63708#p63708"><![CDATA[
Hey shikashinigami,<br><br>1) I'd like for the text response of the bot to be in seperate lines. Instead of a giant clump like a have. &gt;.&lt; <br><br>Just type \n where ever you want the line to end and start fresh.<br><br>2) I'd like for the messages from the bot (which are public now) to be sent in a private message without forcing a new window open ( notice?) <br><br>Change where it says 'PRIVMSG' to notice.<br><br>Done <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=6839">NTHosts</a> — Sun Jun 04, 2006 5:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shikashinigami]]></name></author>
		<updated>2006-06-04T11:55:24-04:00</updated>

		<published>2006-06-04T11:55:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63699#p63699</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63699#p63699"/>
		<title type="html"><![CDATA[trigger script help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63699#p63699"><![CDATA[
I'm currently running this script on my eggdrop for triggers (public commands):<br><div class="codebox"><p>Code: </p><pre><code>#Edit this to who you want to activate the triggers (The default is set to #public, which means everyone can activate them)set trigbind -|- #Set the channels to where you want the triggers availableset channelone    "#mychannel"set channeltwo    ""set channelthree  ""#Edit these to what ever you want the trigger names to be (IE !rules or ^Help)set trigger1 "!rules"set trigger2 ""set trigger3 ""set trigger4 ""set trigger5 ""#Edit these to what ever you want to be displayed in the channel after the trigger the#has been used, (IE if trigger1 was set to !rules then change text1 to...#These are the rules ect ect).set text1 "These are the rules for channel shika, they are law... | Rule #1: Don't be a jerk. We're here to have fun, act like it | Rule #2: Don't ask to be an op. If you have to ask, chances are you don't deserve it | Rule #3: Have fun | Rule #4: Don't bother the bot, he isn't merciful like the other ops."set text2 ""set text3 ""set text4 ""set text5 ""#Just comment out the "die" line with a ##I put it here as a small reminder to edit this script.#die "* [file tail [info script]]: Forgot to edit this script didn't you?"bind pub $trigbind $trigger1 text-1bind pub $trigbind $trigger2 text-2bind pub $trigbind $trigger3 text-3bind pub $trigbind $trigger4 text-4bind pub $trigbind $trigger5 text-5proc text-1 {n u h c a }  {global channeloneglobal channeltwoglobal channelthreeglobal text1if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text1"}return 0}proc text-2 {n u h c a}  {global channeloneglobal channeltwoglobal channelthreeglobal text2if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text2"}return 0}proc text-3 {n u h c a}  {global channeloneglobal channeltwoglobal channelthreeglobal text3if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text3"}return 0}proc text-4 {n u h c a}  {global channeloneglobal channeltwoglobal channelthreeglobal text4if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text4"}return 0}proc text-5 {n u h c a}  {global channeloneglobal channeltwoglobal channelthreeglobal text5if {$c == $channelone || $c == $channeltwo || $c == $channelthree} {puthelp "PRIVMSG $c :$text5"}return 0}#putlog "* [file tail [info script]] by Dalanx loaded."</code></pre></div>I want to do two things with this:<br>1) I'd like for the text response of the bot to be in seperate lines. Instead of a giant clump like a have. &gt;.&lt;<br>    ex: <br>         &lt;user&gt; !rules<br>         &lt;bot&gt; These are the rules...<br>         &lt;bot&gt; Rule #1:....<br>         &lt;bot&gt; etc<br>and 2) I'd like for the messages from the bot (which are public now) to be sent in a private message without forcing a new window open ( notice?)<br><br>Since I'm just starting to figure this stuff out, I have no idea what I'm doing,  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed">  <br><br>Thanks!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7802">shikashinigami</a> — Sun Jun 04, 2006 11:55 am</p><hr />
]]></content>
	</entry>
	</feed>
