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.

system information

Old posts that have not been replied to for several years.
c
cmoi

system information

Post by cmoi »

hello, is there a way to make the bot display on a channel informations about the computer he is on (ram, uptime, cpu etc) ?

thx for the answer :)
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

Try sysinfo.tcl from www.tclscript.com in the projects section.
c
cmoi

Post by cmoi »

when i try .sysinfo in the partyline it works, but with !sysinfo on the channel it doesnt work :/
User avatar
strikelight
Owner
Posts: 708
Joined: Mon Oct 07, 2002 10:39 am
Contact:

Post by strikelight »

*sigh* .. another one who doesn't read docs...

You need to use !sysinfo <botname> , otherwise all bots with it loaded will flood the channel with information.
c
cmoi

Post by cmoi »

i read doc, but nm i found the problem
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

cmoi, im having the same problem as you ......how did you end up figuring it out??
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

strikelight wrote:*sigh* .. another one who doesn't read docs...

You need to use !sysinfo <botname> , otherwise all bots with it loaded will flood the channel with information.
READ!
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

i've tried that, the bot isnt doing anything ......its not even doing anything in partyline infact
when i try !sysinfo and !sysinfo bot in a channel, in my partyline it just shows me a user who has typed that in, not the actual stats
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

infact, it could be my bot . it doesnt' repond to any commands i type in the channel let alone !sysinfo one, any ideas why?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

# Flag required to be able to use the public !sysinfo command?
set sysinfo(pubflags) "o|o"
If you're not getting any response from !sysinfo <botnick> then at a guess I'd say you're no longer recognised. Check your hostmask & flags on the bot.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

how do i check that?
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Proboaly by DCC'ing the bot and checking if it recognizes your host, then you can login with your owner flags.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

but if /chat works and i get prompted to put a password in, doesnt that mean it has recognised my host???
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

The bot will only respond and accept a DCC request if your host is added in the user file. If your host doesn't match the one on file in the bot's database (.user file) then the bot will not respond to the DCC chat request.

This security measure taken so everyone is not able to DCC chat with the bot, by trying to exploit passwords, access and so on.

In your case as your got request to input a password and the DCC chat was accepted, means that your host was in the bot's database.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
c
coolio2004
Halfop
Posts: 68
Joined: Wed Jan 19, 2005 4:02 am

Post by coolio2004 »

yep, thats fine then. Any ideas why !sysinfo or !sysinfo <bot> doesnt work in a channel?
Locked