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 481 matches

by r0t3n
Tue Jun 14, 2005 2:07 pm
Forum: Archive
Topic: getuser error
Replies: 15
Views: 7653

Hmm, i got past that error now, something else is wrong, i cant seem to find the error because the eggdrop crashes before i have a chance bind pub o|f !userlist user_list proc user_list {nick uhost hand chan text} { if {[userlist |amnovf $chan] == ""} { putserv "NOTICE $nick :No users...
by r0t3n
Tue Jun 14, 2005 1:52 pm
Forum: Archive
Topic: getuser error
Replies: 15
Views: 7653

Hmm, im not using the $usersnick var, im using $user so i should think thats not causing the error ...
by r0t3n
Tue Jun 14, 2005 1:25 pm
Forum: Archive
Topic: getuser error
Replies: 15
Views: 7653

ok, thanks Sir_fz
by r0t3n
Tue Jun 14, 2005 12:54 pm
Forum: Archive
Topic: getuser error
Replies: 15
Views: 7653

getuser error

error in my userlist: Tcl error [user_list]: list element in quotes followed by "HOSTS"]" instead of space The script: Code: bind pub o|f !userlist user_list proc user_list {nick uhost hand chan text} { if {[userlist |amnovf $chan] == ""} { putserv "NOTICE $nick :No use...
by r0t3n
Mon Jun 13, 2005 6:01 am
Forum: Archive
Topic: hide ip when whois nick
Replies: 16
Views: 8205

What irc network do you use? and you can get a vhost by buying a BNC from maybe www.eushells.com or www.e-studio.dk/bnc or even join my home channel #shove on Quakenet if you use quakenet and request a bnc from me, Tosser^^ ;p Also, if you use Quakenet, use this to auth with Q: /msg Q@CServe.quakene...
by r0t3n
Mon Jun 13, 2005 5:51 am
Forum: Archive
Topic: getuser $user "hosts" error
Replies: 0
Views: 3010

getuser $user "hosts" error

error in my userlist: Tcl error [user_list]: list element in quotes followed by "HOSTS"]" instead of space The script: bind pub o|f !userlist user_list proc user_list {nick uhost hand chan text} { if {[userlist |amnovf $chan] == ""} { putserv "NOTICE $nick :No users fou...
by r0t3n
Sun Jun 12, 2005 5:13 pm
Forum: Archive
Topic: current irc nickname and host
Replies: 6
Views: 2617

Thx Sir_fz

works lovely, im going to release the userlit tomorrow, for peeps to download, and i got some other scripts Also, Thanks for all your help guys !!
by r0t3n
Sun Jun 12, 2005 11:32 am
Forum: Archive
Topic: current irc nickname and host
Replies: 6
Views: 2617

someone said to use [hand2nick $user] will this work ?
by r0t3n
Sat Jun 11, 2005 8:10 pm
Forum: Archive
Topic: current irc nickname and host
Replies: 6
Views: 2617

ok, i know how to get the host: getuser $user "HOSTS"

but how can i get the users currecnt irc nickname, or if they are offline, it displays user is offline

Thanks in advance!!
by r0t3n
Sat Jun 11, 2005 2:30 pm
Forum: Archive
Topic: current irc nickname and host
Replies: 6
Views: 2617

current irc nickname and host

How can i get the host of a user added to the eggdrop, and their current irc nick, i want it for my userlist.

(( $user || current irc nickname/offline if offline || host || +-flags ))

I dont know if this is possible, please help!

Thanks in advance!!
by r0t3n
Fri Jun 10, 2005 4:29 pm
Forum: Archive
Topic: another userlist error ;p
Replies: 5
Views: 2275

well, thats annoying. You cant use a eggdrop when on bnc, thats so stupid ;p!!
by r0t3n
Fri Jun 10, 2005 3:52 pm
Forum: Archive
Topic: another userlist error ;p
Replies: 5
Views: 2275

Also, this is not a error with the userlist itself, but im on a bnc, and i type !userlist and some other commands on my eggy like !adduser and !chattr and nothing happens, and then i go onto my bot, and type the commands, and it works. Is this because im on a bnc. And yes, the hosts are the same, an...
by r0t3n
Fri Jun 10, 2005 3:47 pm
Forum: Archive
Topic: another userlist error ;p
Replies: 5
Views: 2275

thanks MeTroiD Also, how can i make it (( Handle || Host || flags )) so add a hostmask in the userlist, and i dont know if possible, (( handle || current irc nickname or offline is they are offline || host || flags )) Please help with these if you can, i have no idea how to do the nickname thing, an...
by r0t3n
Fri Jun 10, 2005 12:49 pm
Forum: Archive
Topic: another userlist error ;p
Replies: 5
Views: 2275

another userlist error ;p

Some error, i dont know how to fix it. bind pub o|f !userlist user_list proc user_list {nick uhost hand chan text} { if {[userlist] == ""} { putserv "NOTICE $nick :No users found in my userlist for $chan " return 0 } putserv "NOTICE $nick :Userlist for $chan " foreach u...
by r0t3n
Thu Jun 09, 2005 4:11 pm
Forum: Archive
Topic: protection error
Replies: 6
Views: 2762

well, i use the win32 eggdrop from eggnet and they have 1.6.13 which im using, 1.6.13 is the latest eggdrop in their webpage ;p