mIRC Home    About    Download    Register    News    Help

Print Thread
#52895 07/10/03 09:13 PM
Joined: Aug 2003
Posts: 73
D
Babel fish
OP Offline
Babel fish
D
Joined: Aug 2003
Posts: 73
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


IRC (Idiots Relay Chat) :tongue:

{]TDN[}Deadly-Sin
#52896 07/10/03 09:27 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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 $+ ]]
}


-KingTomato
#52897 07/10/03 09:40 PM
Joined: Aug 2003
Posts: 73
D
Babel fish
OP Offline
Babel fish
D
Joined: Aug 2003
Posts: 73
Edit:Never Mind I Have Fixed It Thx grin

Last edited by DeadlySin; 07/10/03 09:44 PM.

IRC (Idiots Relay Chat) :tongue:

{]TDN[}Deadly-Sin
#52898 07/10/03 09:53 PM
Joined: Aug 2003
Posts: 73
D
Babel fish
OP Offline
Babel fish
D
Joined: Aug 2003
Posts: 73
hey m8 igot anuther prob cnuput sum were in there so only
{]TDN[}{Avenger}|mIRC can do the set pracday commnd


IRC (Idiots Relay Chat) :tongue:

{]TDN[}Deadly-Sin
#52899 08/10/03 05:17 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
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:#:


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#52900 08/10/03 11:53 AM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
<sarcasm>
didn't I see a spell checker icon here somewhere?
wouldn't half the posts disappear if there was one?
</sarcasm>
grin


I refuse to engage in a battle of wits with an unarmed person. wink
#52901 08/10/03 12:17 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
As Locutus mentioned, type:

/auser 2 <name>

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

(Just change the prefix)


-KingTomato
#52902 08/10/03 10:19 PM
Joined: Aug 2003
Posts: 73
D
Babel fish
OP Offline
Babel fish
D
Joined: Aug 2003
Posts: 73
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:


IRC (Idiots Relay Chat) :tongue:

{]TDN[}Deadly-Sin

Link Copied to Clipboard