Skip to content
MSN

Problem

A TG007 community discussion started by Ricardo.

Discussion 3 posts
Page 1 of 1
Open
Topic #4483 · 3 published posts · 536 views

I dont know if theres the good place to post my problems. But i am making an mIRC command list, Named Lobby

 

Now i get an simple function an user on the list whispers !host and will be hosted but i forgot the code, Damn I am an n00b..

 

on Lobby:TEXT:?:!host:#:/mode # +o $nick

 

Whats the error on it can somebody explane to me, i beign too long on vacation, i dont remember me anything

You have too many sections for the command. It should be:

on lobby:text:!host:?:{ mode $comchan($nick,1) +o $nick }

The format is:

on lobby:text:!host:?: command

Where lobby is the user list; !host is the text to be recognised; ? is the window type that the text is to recognised (in this case a query window).

Edited Aug 10, 2005 9:49 PM by The Gate Keeper

 

thanks it works..