I have installed eggdrop to a IRC channel. I have enabled greeting the user by setting the +greet option in eggdrop.conf. Apparently, however, a "user info line" (http://www.egghelp.org/faq.htm#104) has to be added for each user (which contains the actual greeting). How can this be done - I found no documentation of this?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

It seems to be the .chinfo command:

###  chinfo  [channel] [info-line/none]
   Sets the information line for a user. This line is shown via the /msg
   commands 'who' and 'whois'. If you have set greet on, it is also
   shown when the user joins the channel. If the info line begins with an '@',
   then it is "locked", and that user may no longer change it. If the channel
   name is omitted, the default info line is changed. If you specify 'none'
   as the info-line, it will be erased.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.