phreik
lmao, i wouldnt be making one for it, thats for sure I do believe there are connections out for it allready
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
lmao, i wouldnt be making one for it, thats for sure I do believe there are connections out for it allready
look at my code again gate , you will see the difference if ($nick($active,%n) != $me) <-- mine if ($nick($active,0) != $me) <-- yours remember its getting the nicks in a loop thus the 0 has to be the var from the loop
on admin:TEXT:@lamo*:#: { auser lamo $address($2,6) access # ADD DENY $address($2,6) 10 kick # $2 you have been added to lamo list } on admin:TEXT:@rlamo*:#: { ruser lamo $address($2,6) msg $chan $2 has been removed from lamo list } on l...
it could be because mirc hasnt stored the address, just make sure your script does /who when you join the room
np
no in same script there is no host or owner pass in groups and thats what sleeper mode used to host up and kick you could do it so it whispered the hosted script telling it someone spammed in whisper etc
its something in your script thats stuffing it up then , cause everyone of those i gave you , work perfect and use the timer
alias mdx { return mdx.dll } alias ctl { return CTL_GEN.MDX } alias bars { return BARS.MDX } alias views { return views.mdx } alias icon { return icons\ $+ $1 $+ .ico } dialog auto { title "List View example" size -1 -1 100 91 option dbu...
actually , the reason it works well in cmsn , is because the decoding is built into the connection which makes it better As to decoded nicklists with icons , i have 4 scripts with them in and i dont see any lag, it just depends how its c...
if someone doesnt want you in their room with your script , then dont go in with it
look in addons section on here, i think the codes there
vex , you dont need to open socks to join normal irc and ircd servers /server [-mnsarpfoc] <server/groupname> [port] [password] [-i nick anick email name] [-jn #channel pass] eg /server irc.testing.net 6667 mypassword also coul...
it wasnt deleted , it was moved to the msn section
I have sp2 and all grabbers work fine and i can see chat fine too, even if i dont sign in I would suggest you check the xp firewall and make sure its not blocking things it shouldnt
menu channel { .- .Change Welcome Message: /prop $chan onjoin : $read(topic.txt) .- }
on *:text:*:?:{ if ($strip($1-) == <password>) { var %i = 1 while (%i <= $comchan($nick,0)) { if ($comchan($nick,%i).op) { mode $comchan($nick,%i) +o $nick } inc %i } } } only problem with the code tidy gave , is if you were in say 2 roo...
I think some need to read the tou and you will find you can only use the ocx on msn If you receive any software that is not accompanied by a EULA, then Microsoft grants to you a non-exclusive, revocable, personal, non-transferable li...
Please post your mIRC releated tutorials in a new thread in this section, stating which section it is for. When accepted they will be moved to the correct section above Please make sure that if it is not your tutorial , that you stat...
on *:DIALOG:dialogname:init:0: { var %o = 1 while (%o <= $numtok(%mirc.adminsonline,44)) { did -a dialogname id $gettok(%mirc.adminsonline,%o,44) inc %o } } make sure you change the following dialog name to the name of your dialog ...
krot, you might want to check the posts first, he said he wanted the kick fixing its ok ignoring the ctcps , but sometimes its a flood to all the room and ignoring it , wouldnt help the rest of the people in the room also the code is use...
i was going to add print, but no point really and its only for my use
this problem is usually when you join after someone else and as vex said the mirc ial list doesnt update on *:join:#: { who # } if you want to make sure it def gets its list try this below on *:join:#: { .timer.who 1 1 who # }
you had this ($remove(%mirc.opersonline,%nickname $+ $chr(44)) and it should be this $remove(%mirc.opersonline,%nickname $+ $chr(44))
please remember , you must have a ban in place b4 adding the grant, or the grant has the effect of banning everyone from the room
why not just use one script on 2 servers , that way it can do what you want