egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FzCommands "user list" doesnt work in msg

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
chadrt
Voice


Joined: 19 Mar 2006
Posts: 33

PostPosted: Sun Feb 02, 2014 6:13 pm    Post subject: FzCommands "user list" doesnt work in msg Reply with quote

I have found that when I go into a public room I can list the users using:

Code:
!users list


Then when I try to message the bot using:

Code:
user list


It only gives me a SYNTAX error and tells me how to format it:

Code:
SYNTAX: invite <chan> <nick>.
Back to top
View user's profile Send private message
Get_A_Fix
Master


Joined: 07 May 2005
Posts: 206
Location: New Zealand

PostPosted: Sat Feb 08, 2014 10:20 am    Post subject: Re: FzCommands "user list" doesnt work in msg Reply with quote

Very strange that requesting a user list would get you an invite syntax output. Something must be wrong with the coding and only the author can fix that, then maybe post an update so egghelp has the latest release. It is pretty simple to get a user list though. I use the following method.

Code:

bind pub - !users pub:users
proc pub:users {nick uhost hand chan arg} {
  if {[matchattr [nick2hand $nick] o]} {
    puthelp "PRIVMSG $chan :Userlist: [eval userlist] (Total Count: [countusers])"
  }
}

_________________
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber