mIRC Home    About    Download    Register    News    Help

Print Thread
#153981 25/07/06 06:10 AM
T
TheCoolguyDM
TheCoolguyDM
T
On top menu bar its not there

And when Im an op when I right click on someone to +v them it beeps. why?

#153982 25/07/06 07:03 AM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
Sounds like you have a script that has altered that menu system (there are a few out there), and either the same script or another one that is using something like ON VOICE and having it issue the beep command.

To double check this, type /!remote off
then restart your mIRC and see if the same things happen.

#153983 25/07/06 07:44 AM
T
TheCoolguyDM
TheCoolguyDM
T
Same thing happens. Can I find the script? or type something in?

#153984 25/07/06 10:19 PM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
That command that I gave you would disable all installed scripts. Since it's still happening even with the scripts disabled, then it's not a script, but rather a setting in mIRC.
At this point, I would suggest uninstalling mIRC, then downloading a fresh version from the download page , then install the fresh version, but do NOT have mIRC maintain your current settings. This means that any settings that have been changed will be lost, but you'll be starting with a fresh installation of mIRC.
While I can think of an option for the beep sound when you voice someone, I'm unable to think of where the Commands menu could've been hidden.

#153985 26/07/06 02:01 AM
Joined: Mar 2003
Posts: 612
B
Pan-dimensional mouse
Offline
Pan-dimensional mouse
B
Joined: Mar 2003
Posts: 612
sounds like the Commands menu has been removed from his popups.

Alt-R click Popups tab then go to View/5 Menu Bar

if theres nothing in there type "Commands" and click OK.

If the Commands menu suddenly appears you might want to get a new mIRC, or copy paste these default lines into where you just were(the popups editor)

Code:
Commands
Join channel:/join #$$?="Enter channel name:"
Part channel:/part #$$?="Enter channel name:"
Query user:/query $$?="Enter nickname and message:"
Send notice:/notice $$?="Enter nickname and message:"
Whois user:/whois $$?="Enter nickname:"
Send CTCP
.Ping:/ctcp $$?="Enter nickname:" ping
.Time:/ctcp $$?="Enter nickname:" time
.Version:/ctcp $$?="Enter nickname:" version
Set Away
.On:/away $$?="Enter away message:"
.Off:/away
Invite user:/invite $$?="Enter nickname and channel:"
Ban user:/ban $$?="Enter channel and nickname:"
Kick user:/kick $$?="Enter channel and nickname:" 
Ignore user:/ignore $$?="Enter nickname:"
Unignore user:/ignore -r $$?="Enter nickname:"
Change nick:/nick $$?="Enter new nickname:"
Quit IRC:/quit


billythekid

Link Copied to Clipboard