mIRC Homepage
Posted By: DeadlySin Help?!?!?! - 07/10/03 09:13 PM
Iv got this small easy script
Code:
 on *:TEXT:!pracday:#:{
  notice $nick 15Not Set.
} 

How can i do script were sum1 can1 type !pracday (blah blah blah) and then it puts it in the !pracday command so if i say !pracday On Wednesday 8th October.
then is sum1 says !pracday it says that but also can u do it like on the end of the writing the nick of who did it and time. confused

Thx confused
Posted By: KingTomato Re: Help?!?!?! - 07/10/03 09:27 PM
See if this is your intention:

Code:
on *:TEXT:!pracday:#: {
  /msg $chan Pracday: $iif(%pracday, %pracday [[Set by %pracday.nick $+ ]], Not Set)
}

on *:TEXT:!pracday *:#: {
  /set %pracday $2-
  /set %pracday.nick
  /msg $chan Pracday set: $2- [[Set by $nick $+ ]]
}
Posted By: DeadlySin Re: Help?!?!?! - 07/10/03 09:40 PM
Edit:Never Mind I Have Fixed It Thx grin
Posted By: DeadlySin Re: Help?!?!?! - 07/10/03 09:53 PM
hey m8 igot anuther prob cnuput sum were in there so only
{]TDN[}{Avenger}|mIRC can do the set pracday commnd
Posted By: LocutusofBorg Re: Help?!?!?! - 08/10/03 05:17 AM
You might try reading your msg before hitting 'continue' to filter out some spelling errors - this is almost completely indecipherable.

That said -- try adding yourself to a userlevel and then
on <level-here>:TEXT:!pracday:#:
Posted By: CtrlAltDel Re: Help?!?!?! - 08/10/03 11:53 AM
<sarcasm>
didn't I see a spell checker icon here somewhere?
wouldn't half the posts disappear if there was one?
</sarcasm>
grin
Posted By: KingTomato Re: Help?!?!?! - 08/10/03 12:17 PM
As Locutus mentioned, type:

/auser 2 <name>

Then change the:
on *:... --t:-- on 2:...

(Just change the prefix)
Posted By: DeadlySin Re: Help?!?!?! - 08/10/03 10:19 PM
Well im sorry about my spelling just that i had a [censored] up keyboard now i have a new one :tongue: and if u think im lieing coz i can not spell im not grin but saying that ty and yes i have a bit of spelling difficulty :tongue:
© mIRC Discussion Forums