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

	<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-09-16T23:59:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-09-16T23:59:28-04:00</updated>

		<published>2003-09-16T23:59:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27178#p27178</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27178#p27178"/>
		<title type="html"><![CDATA[IRC Bot Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27178#p27178"><![CDATA[
This code could do some of the easy stuff for you:<br><div class="codebox"><p>Code: </p><pre><code>set dj_mode 1set dj_site "www.way.cool.tunes.com"# the flag "-|-" allows ALL users to use the commands# using the flag "o" will allow ONLY users with th o flagbind pub -|- @dj dj:modeproc dj:mode {nick uhost handle channel text} {  global botnick dj_mode  set chan [string tolower $channel]  if {$dj_mode == 0} {puthelp "PRIVMSG $chan :dj is OFF the Air"}  #   if {$dj_mode == 0} {puthelp "PRIVMSG $nick :dj is OFF the Air"}  if {$dj_mode == 1} {puthelp "PRIVMSG $chan :dj is ON the Air"}  return 0}bind pub o @onair dj:onproc dj:on {nick uhost handle channel text} {  global botnick dj_mode  # if {![botisop $chan] || [isop $nick $chan]} {return 0}  set chan [string tolower $channel]  set dj_mode 1  puthelp "PRIVMSG $chan :dj is ON the Air"  return 0}bind pub o @offair dj:offproc dj:off {nick uhost handle channel text} {  global botnick dj_mode  set chan [string tolower $channel]  set dj_mode 0  puthelp "PRIVMSG $chan :dj is OFF the Air"  return 0}bind pub -|- @site dj:siteproc dj:site {nick uhost handle channel text} {  global botnick dj_mode dj_site  if {$dj_mode == 0} {return 0}  set chan [string tolower $channel]  puthelp "PRIVMSG $chan :dj's website is $dj_site"  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Tue Sep 16, 2003 11:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dedan]]></name></author>
		<updated>2003-09-16T23:27:10-04:00</updated>

		<published>2003-09-16T23:27:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27176#p27176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27176#p27176"/>
		<title type="html"><![CDATA[IRC Bot Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27176#p27176"><![CDATA[
Try searching the tcl archives <br>for something close to what you want  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3472">Dedan</a> — Tue Sep 16, 2003 11:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-16T19:44:41-04:00</updated>

		<published>2003-09-16T19:44:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27175#p27175</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27175#p27175"/>
		<title type="html"><![CDATA[IRC Bot Help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27175#p27175"><![CDATA[
Dono if this belongs here but i wanna use my bot as a dj bot. I want it to have @dj (dj onair) @onair (go on) @offair (go offair) @site (wbsite) @server (the server @skip (skip track) @song (song) @shoutout /@request (requests or shoutsouts) I am a total newby and dono anything I am doing so need a step by step here. I have no clue how to even load this.. Please help me.<br><br><br><br><br>Nvm I need to find windrop or winegg w/e it is.<p>Statistics: Posted by Guest — Tue Sep 16, 2003 7:44 pm</p><hr />
]]></content>
	</entry>
	</feed>
