Jethro commented on a Page, !Chips  -  Jan 01, 2012

LordBotTeam, you messed it up too. You need to have an asterisk next to the trigger to initiate the $2 to be executed:> on *:Text:!chips *****:#: describe $chan Gives $2 chips.This tells mIRC to trigger the code if $2's value is filled.

or :> on *:Text:!chips***:#: describe $chan Gives $**$2 chips.This tells mIRC to see if $2 is specified or provided before the code can be triggered.

Without the *, your code will only come out as below upon !chips: > Gives chips

The original code here using $nick doesn't require the wildcard symbol:> on *:text:!chips:#: describe $chan Gives $nick chips.this gives the user chips upon his or her command.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.