mIRC Home    About    Download    Register    News    Help

Print Thread
#52895 07/10/03 09:13 PM
D
DeadlySin
DeadlySin
D
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

#52896 07/10/03 09:27 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
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 $+ ]]
}

#52897 07/10/03 09:40 PM
D
DeadlySin
DeadlySin
D
Edit:Never Mind I Have Fixed It Thx grin

Last edited by DeadlySin; 07/10/03 09:44 PM.
#52898 07/10/03 09:53 PM
D
DeadlySin
DeadlySin
D
hey m8 igot anuther prob cnuput sum were in there so only
{]TDN[}{Avenger}|mIRC can do the set pracday commnd

#52899 08/10/03 05:17 AM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
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:#:

#52900 08/10/03 11:53 AM
C
CtrlAltDel
CtrlAltDel
C
<sarcasm>
didn't I see a spell checker icon here somewhere?
wouldn't half the posts disappear if there was one?
</sarcasm>
grin

#52901 08/10/03 12:17 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
As Locutus mentioned, type:

/auser 2 <name>

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

(Just change the prefix)

#52902 08/10/03 10:19 PM
D
DeadlySin
DeadlySin
D
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:


Link Copied to Clipboard