mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2003
Posts: 15
O
osiris1 Offline OP
Pikka bird
OP Offline
Pikka bird
O
Joined: Sep 2003
Posts: 15
dialog New {
title "FaZoR-X- MODE thingy"
size -1 -1 154 250
option dbu notheme
box "Info" 1, 1 1 152 22
text "Made by osiris` Hope you enjoy , just a few shorcuts to modes , not as advanced as other peoples , but hey i tryed" 2, 2 8 152 30
button "+i " 3, 1 30 152 10
button "-i " 4, 1 40 152 10
button "+m" 5, 1 50 152 10
button "-m" 6, 1 60 152 10
button "+s " 7, 1 70 152 10
button "-s " 8, 1 80 152 10
button "+p" 9, 1 90 152 10
button "-p " 10, 1 100 152 10
button "+h " 11, 1 110 152 10
button "-h " 12 , 1 120 152 10
button "+k " 13, 1 130 152 10
button "-k " 14 , 1 140 152 10
button "+l " 15 , 1 150 152 10
button "+n " 16, 1 160 152 10
button "-n " 17 , 1 170 152 10
button "+t " 18 , 1 180 152 10
button "-t " 19, 1 190 152 10
text " Thanks to v0lume for naming the modes , made by osiris`" 20, 1 230 152 10
button "Close" 21, 1 200 152 30, ok flat
}

menu channel {
[-MODES-Dialog-]://dialog -m new new
}
on *:Dialog:New:sclick:3:{/mode $active +i | /echo # Invite is 0n}
on *:Dialog:New:sclick:4:{/mode $active -i | /echo # Invite is off}
on *:Dialog:New:sclick:5:{/mode $active +m | /echo # Moderated is 0n}
on *:Dialog:New:sclick:6:{/mode $active -m | /echo # Moderated is off}
on *:Dialog:New:sclick:7:{/mode $active +s | /echo # Secret room is 0n}
on *:Dialog:New:sclick:8:{/mode $active -s | /echo # Secret room is off}
on *:Dialog:New:sclick:9:{/mode $active +p | /echo # Privite room is 0n}
on *:Dialog:New:sclick:10:{/mode $active -p | /echo # privite room is off
on *:Dialog:New:sclick:11:{/mode $active +h | /echo # hidden room is 0n}
on *:Dialog:New:sclick:12:{/mode $active -h | /echo # hidden room is off}
on *:Dialog:New:sclick:13:{/mode $active +k $$?"Set Room Key e.g osiris`"| /echo # room key set}
on *:Dialog:New:sclick:14:{/mode $active -k $$?"What was the password" | /echo # room key deleted}
on *:Dialog:New:sclick:15:{/mode $active +l $$?"Set Room Limit" , e.g 150 | /echo # room limit set}
on *:Dialog:New:sclick:16:{/mode $active +n | /echo # no ex mess is 0n}
on *:Dialog:New:sclick:17:{/mode $active -n | /echo # no ex mess is off}
on *:Dialog:New:sclick:18:{/mode $active +t | /echo # host 0nly topic is 0n}
on *:Dialog:New:sclick:19:{/mode $active -t | /echo # host 0nly topic is off}o



my mode dialog , use only in msn chat rooms cool

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
lmao, thats not for msn.


new username: tidy_trax
Joined: Sep 2003
Posts: 15
O
osiris1 Offline OP
Pikka bird
OP Offline
Pikka bird
O
Joined: Sep 2003
Posts: 15
yeah , i made it for my rooms i make in msn , well its for irc aswell , but i use it on msn

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
also, there is no such thing as $chan(#) in dialogs..


new username: tidy_trax
Joined: Sep 2003
Posts: 15
O
osiris1 Offline OP
Pikka bird
OP Offline
Pikka bird
O
Joined: Sep 2003
Posts: 15
i ddnt put $chan in my dialog its $active lol

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
:{/mode $active +h | /echo # hidden room is 0n}


new username: tidy_trax
Joined: Sep 2003
Posts: 15
O
osiris1 Offline OP
Pikka bird
OP Offline
Pikka bird
O
Joined: Sep 2003
Posts: 15
makes no differance , ,,,,, not that i see

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
it echo's to my status window..


new username: tidy_trax
Joined: Sep 2003
Posts: 15
O
osiris1 Offline OP
Pikka bird
OP Offline
Pikka bird
O
Joined: Sep 2003
Posts: 15
hmm thanks , ill sort that out , lol

Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
np grin


new username: tidy_trax

Link Copied to Clipboard