This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 24 matches

by matt2kjones
Mon Dec 27, 2004 1:28 am
Forum: Eggdrop Help
Topic: Bot Uptime Contest
Replies: 10
Views: 6960

Bot Uptime Contest

Just viewed my bot in the uptime contest and its been market as untrustworthy. Just yesterday it was marked with its true rank (ranked 123rd) The bot is called "shockx" and nothing has happened to it how come all of a sudden its been marked as untrustworthy? .uptime [05:24] #Matt# uptime O...
by matt2kjones
Sat Oct 18, 2003 8:39 am
Forum: Archive
Topic: detecting the bot has been banned
Replies: 1
Views: 713

detecting the bot has been banned

how do you detect the bot has been banned with tcl yesterday i wrote a script which prevents a channel take over by an untrusty op the bot authenticates with the irc server when it connects and becomes an oper, it then op's itself anyone who sets any modes it doesn't like will get banned and kicked,...
by matt2kjones
Fri Oct 17, 2003 7:26 pm
Forum: Archive
Topic: detecting deop or kick?
Replies: 1
Views: 648

actually not a problem

i finally figured it out :)

thanx
by matt2kjones
Fri Oct 17, 2003 6:35 pm
Forum: Archive
Topic: detecting deop or kick?
Replies: 1
Views: 648

detecting deop or kick?

hi i want to create a script that will ban then kick a user that deop's the bot how do u execute code when a bot is deoped? note: the bot can op itself cos it has an oper account with the server. so basically all i need is the code which will execute code that i have written when the bot its deoped ...
by matt2kjones
Mon Oct 13, 2003 8:30 am
Forum: Archive
Topic: IRCop script?
Replies: 1
Views: 2174

IRCop script?

I have tried to write a script so that the bot will execute this command when it comes into the room:

/oper username password

then everytime it doesn't have OP:

/opmode #channel +o botname

is there any scripts out there that will do this???

or any who can help me to make one

thanx
by matt2kjones
Wed Jun 04, 2003 9:52 am
Forum: Archive
Topic: got a bot uptime problem
Replies: 2
Views: 1393

got a bot uptime problem

my bot has been up for 22 days now the bot is on my server which is behind a strong and secure firewall. until yesterday, i didn't no what port the bot connected to this site with to send the uptime packets, so we were never listed however i unblocked the port on my firewall yesterday, and now the b...
by matt2kjones
Sat May 31, 2003 10:24 am
Forum: Archive
Topic: Bot Uptime Contest
Replies: 2
Views: 763

thanx, will setup that on my firewall today

great thanx
by matt2kjones
Sat May 24, 2003 11:18 am
Forum: Archive
Topic: splitting variable text over mulitple lines???
Replies: 2
Views: 1189

splitting variable text over mulitple lines???

Hey currently i have my variables like this...... $var "one huge long line of text, which looks really bad when opened in a text editor" is there anyway to split the test onto say 10 lines, but put all the text in one var??? so that you write the test on a few lines, but it appears in the ...
by matt2kjones
Sat May 17, 2003 9:57 am
Forum: Archive
Topic: Bot Uptime Contest
Replies: 2
Views: 763

Bot Uptime Contest

Hey i have a bot, but i also have a problem the bot runs on a very secure server, with a very secure firewall problem is, when i type my bots name (when i search for my bot on the uptime list) its not there now my guess is that the firewall is blocking the port it uses, since the only ports i have o...
by matt2kjones
Mon Apr 14, 2003 1:41 pm
Forum: Archive
Topic: i need a tcl file to:
Replies: 2
Views: 960

i need a tcl file to:

I need a tcl file, which every minute, writes to a text file how many users are in the chat room the bot is connected in.

If anyone could do that for me, or could direct me to a pre made script then that wold be great

Thanx :)
by matt2kjones
Tue Mar 18, 2003 8:45 pm
Forum: Archive
Topic: how would i do this with tcl??
Replies: 11
Views: 5336

cheers thats great!!!!
by matt2kjones
Tue Mar 18, 2003 6:34 am
Forum: Archive
Topic: how would i do this with tcl??
Replies: 11
Views: 5336

hey sorry

im a complete newbie at tcl

i have got it now and it works awsome!!!!

thanx

one thing, what would i change putmsg $chan $text to so that it goes to just that user not the whole channel???

thanx
by matt2kjones
Mon Mar 17, 2003 4:09 pm
Forum: Archive
Topic: how would i do this with tcl??
Replies: 11
Views: 5336

ok is this right then.......

set something "Test Writting"

bind pub - something pub:!test
proc pub:something {nick host handle chan bla} {
global something
putmsg $chan $something
}
by matt2kjones
Mon Mar 17, 2003 1:10 pm
Forum: Archive
Topic: how would i do this with tcl??
Replies: 11
Views: 5336

ok thanx, so what do i change on there so if someone types !info it will display the text???

what do i replace?

thanx
by matt2kjones
Mon Mar 17, 2003 12:31 pm
Forum: Archive
Topic: how would i do this with tcl??
Replies: 11
Views: 5336

hey thanx!

what do i replace nick and handle with???