723 topics matched your search
by The Gate Keeper.
well you can use it that way.. just set a var when you join the room for the onjoin then you can show it in the dialog here is how to set it for just that room: use on text command if ($nick == $chan) { set %onjoinchan. [ $+ [ $right...
Matching post #5,915 · by The Gate Keeper · Aug 3, 2004 6:06 AM
all mirc's reply to a Version no they don't
Matching post #5,571 · by The Gate Keeper · Jul 26, 2004 8:51 AM
dll <rebar directory here> Dock $dialog(<dialog name here>).hwnd > <position here> <rebar directory here> = the location of the dll, rebar <dialog name here> = the dialog you wish to dock, normally best to put this into the init part...
Matching post #5,389 · by The Gate Keeper · Jul 24, 2004 7:26 AM
try this. on script:JOIN:#: { access $chan add owner $address 0: Auto Script Owner for $nick /msg $chan Logged As: $+ $gettok($ulist($address($nick,1)).info,1,32) || Msg: $+ $gettok($ulist($address($nick,1)).info,3-,32) mode #...
Matching post #5,289 · by The Gate Keeper · Jul 22, 2004 5:40 AM
i had this problem with the testing on mine, i think i fixed all this by making aliases for them, if that doesn't work, i can't remember what i did to bypass the problem.
Matching post #5,235 · by The Gate Keeper · Jul 21, 2004 5:50 AM
connecting 1 0 gatekeeper,ntlm 512* no permissions to perform command disconnected why would this be? this is not the nickname change problem but more the user role problem. Just update your userrole and it should work fine.
Matching post #5,199 · by The Gate Keeper · Jul 20, 2004 5:46 AM
I have new information about this. I have gotten this stright from the smilesview.dll info file. It was french, and has been translated to english, but not the grammer so make do with what i post below. Hope this add to the information g...
Matching post #5,161 · by The Gate Keeper · Jul 19, 2004 12:27 PM
/prop $chan ONJOIN <put message here and remove brackets> this is how you would set your onjoin message. /prop is the rooms properties, $chan can be a variable depending on if your have it stright in a script, or if its from the chat s...
Matching post #2,644 · by The Gate Keeper · May 29, 2004 11:28 PM
alright guys, thats enough bagging out the arcade bum, now let him get back to his games
Matching post #4,791 · by The Gate Keeper · Jul 13, 2004 4:26 PM
whats the echo line for it, i can fix it up for you from there.
Matching post #4,423 · by The Gate Keeper · Jul 9, 2004 8:48 AM
try this. on *:TEXT:*:#: { if (!numgame == $1-) { set %numgame on set %numnum $rand(0,9) $+ $rand(0,9) $+ $rand(0,9) /msg $chan The games starts now. The number is between 0 and 999 } elseif (%numgame == on) && ($1- isnum) { if ($1- >...
Matching post #4,614 · by The Gate Keeper · Jul 11, 2004 10:51 PM
all you really need to do is find the thing that is the same in their nick. normally the begining, and then just ban anything that starts with the similarity. Most flooders are like guest_gbot**** or guest_god**** so you just ban >god*!*...
Matching post #1,958 · by The Gate Keeper · Apr 30, 2004 6:40 AM
yea same, i've had no problems, trying putting the ocx back in. [/msn.resetocx]
Matching post #4,028 · by The Gate Keeper · Jul 2, 2004 12:08 AM
i don't think its possible to change computer proporties in that scence, and it isn't really good to have that as a featue either, because then there would be no real restricted screen change size, and i've seen it where the resolution g...
Matching post #3,548 · by The Gate Keeper · Jun 25, 2004 1:02 PM
yea vex is right. but if you use new on text all the time, then yes you will need to use $strip all the time. thats why you code it like vex has it where it views all text, and has all the if statements in the one on text event.
Matching post #3,925 · by The Gate Keeper · Jul 1, 2004 6:21 AM
from memory, log file doesn't work till 1 log event gets put into it first.
Matching post #3,579 · by The Gate Keeper · Jun 26, 2004 2:30 PM
ye guys iam going to download hybrid again so who can show me the ropes add me [email protected] i really thank all u for your help i really need to no how to work these things that is what the help file is for.
Matching post #3,303 · by The Gate Keeper · Jun 19, 2004 1:42 AM
your coding is almost all correct. on question:text:kick:#:{ is just missing a *, so change all of them to the following on question:text:kick*:#:{ kick = the whole string must = kick kick* = the string must start with the word k...
Matching post #3,462 · by The Gate Keeper · Jun 23, 2004 5:37 AM
Guarddog script is good. But it comes with some protection and other stuff "On" and I can't find the way to turn them "Off" One time I was in the TG007 group room and <<err0r>> had to ban me because when he joined, the Guarddog script d...
Matching post #3,165 · by The Gate Keeper · Jun 16, 2004 5:40 AM
if your doing this from remotes use the following code. /kick $chan %nick %kickmsg if your doing this from typing or from a dialog, use the following code. /kick $active %nick %kickmsg
Matching post #3,174 · by The Gate Keeper · Jun 16, 2004 6:17 AM
no problem, i know it can be done in like 1 line. e.g. on ^*:RAWMODE:#: { /msg $chan $nick has changed mode: $1- } but mine just puts abit more style into it, so yea, but if you want it stright as a raw, use the code above cause its...
Matching post #3,206 · by The Gate Keeper · Jun 17, 2004 7:15 AM
put the nick that you want to protect here. alias protect { return $nick } on .:KICK:#: { if ($knick == $protect) && ($nick != $me) { /access $chan delete deny $protect /access $chan delete deny *! $+ $$ial($protect $+ *,1).addr /mode...
Matching post #3,126 · by The Gate Keeper · Jun 15, 2004 9:51 PM
topic solved,
Matching post #3,011 · by The Gate Keeper · Jun 12, 2004 12:55 AM
the bots don't check your version, otherwise ctcp would show. its possible though that they run a whois on the person because that doesn't appear up on your nick so yea.
Matching post #2,934 · by The Gate Keeper · Jun 10, 2004 6:28 AM
i heard there is one, but its in french, so yea. donno where it is though.
Matching post #2,915 · by The Gate Keeper · Jun 9, 2004 11:58 AM