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

by DzieX
Fri Jun 22, 2007 10:57 am
Forum: Scripting Help
Topic: How to get user list on specified channel?
Replies: 9
Views: 5341

Ok, maybe if I paste script in here You will understand what I'm writing about: proc join {nick host handle chan} { make $chan } proc kick {nick host handle chan knick arg} { make $chan } proc mode {nick host handle chan arg mnick} { make $chan } proc nick {nick host handle chan newnick} { make $cha...
by DzieX
Fri Jun 22, 2007 8:03 am
Forum: Scripting Help
Topic: How to get user list on specified channel?
Replies: 9
Views: 5341

All events call the same function with one parameter - channel name, so I don't have access to nick and can't exclude it from list.
by DzieX
Thu Jun 21, 2007 4:24 pm
Forum: Scripting Help
Topic: How to get user list on specified channel?
Replies: 9
Views: 5341

I thought, I can do it simpler, but OK.
by DzieX
Thu Jun 21, 2007 10:21 am
Forum: Scripting Help
Topic: How to get user list on specified channel?
Replies: 9
Views: 5341

How to get user list on specified channel?

I tried to use command: chanlist <channel> [flags[&chanflags]], but documentation says: Returns: list of nicknames currently on the bot's channel that have all of the flags specified;. If no flags are given, all of the nicknames are returned. Please note that if you're executing chanlist after a...
by DzieX
Tue Jun 19, 2007 8:45 am
Forum: Eggdrop Help
Topic: Some of partyline commands didn't work
Replies: 2
Views: 2976

I see... ok, thanks.
by DzieX
Tue Jun 19, 2007 8:12 am
Forum: Eggdrop Help
Topic: Some of partyline commands didn't work
Replies: 2
Views: 2976

Some of partyline commands didn't work

Hi!

I've got a problem with my eggdrop, because some of commands simply didn't work.

Example:

Me: .getuser
Bot: What? You need '.help'

Me: .queuesize
Bot: What? You need '.help'

Me: .putkick
Bot: What? You need '.help'

Please, help :(