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.

webchat server problem

Old posts that have not been replied to for several years.
Locked
f
fawwaz

webchat server problem

Post by fawwaz »

hi...i have a problem to msg my bot at webchat server...it must umode -m to get a private msg...if not it will appear like this

FaWwAz`Bot8 The user does not wish to receive that type of message.

so is anyone out there can solve my prob...plz help!!!
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Re: webchat server problem

Post by ^DooM^ »

fawwaz wrote:it must umode -m to get a private msg...if not it will appear like this

FaWwAz`Bot8 The user does not wish to receive that type of message.
Find this proc in your eggdrops config file

Code: Select all

proc evnt:init_server {type} {
  global botnick
  putquick "MODE $botnick +i-ws"
}
change the putquick line to this
putquick "MODE $botnick +i-wsm"
Let me know if it works.

^DooM^ :wink:
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
f
fawwaz

Post by fawwaz »

it doesn't work
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

ok put this line under putquick "MODE $botnick +i-ws"

Code: Select all

putserv "UMODE $botnick -m"
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked