Skip to content
Forum

Search the Forum

Find discussions and posts across the Forum sections you are allowed to read.

Search results 723 matching topics
Search the community
Forum search

Search results

Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.

723 topics matched your search by The Gate Keeper.

Check the onjoin

In MSN Topic by McGugamafia Last activity Aug 3, 2004 6:06 AM

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

Bot/script kicker

In General IRCX Topic by marm__ Last activity Jul 27, 2004 12:35 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

Help with rebar requested

In MSN Topic by asher Last activity Jul 24, 2004 7:20 PM

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

coding problem

In MSN Topic by nexXor` Last activity Jul 22, 2004 5:40 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

commands, commands & commands

In MSN Topic by [::X-System::] Last activity Jul 21, 2004 5:50 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

??

In MSN Topic by furby Last activity Jul 21, 2004 12:37 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

LockedSmilesView.dll

In MSN Tutorials Topic by Warrior124 Last activity Jul 19, 2004 12:27 PM

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

Two simple questions

In MSN Addons Topic by TroN-0074 Last activity Jul 16, 2004 1:09 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

LockedVincula 4.9e Kozical Version

In MSN Topic by JeremyStCyr Last activity Jul 13, 2004 4:26 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

Ip address

In MSN Topic by DreaM Last activity Jul 12, 2004 4:20 AM

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

number game

In MSN Topic by DreaM Last activity Jul 12, 2004 4:05 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

Guest Nicks That Change Nicks

In MSN Topic by JeremyStCyr Last activity Jul 11, 2004 7:08 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

updater

In MSN Topic by Zantetsuken Last activity Jul 6, 2004 2:38 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

resoltion change

In MSN Topic by DreaM Last activity Jul 5, 2004 10:50 PM

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

!commands and show user colors

In MSN Topic by DreaM Last activity Jul 1, 2004 11:22 AM

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

Knock Log

In MSN Topic by MucH Last activity Jun 27, 2004 3:39 PM

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

bots

In MSN Topic by furby Last activity Jun 24, 2004 11:38 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

Bleh

In MSN Topic by SpAzZ Last activity Jun 23, 2004 11:51 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

emotions help

In MSN Topic by imran2 Last activity Jun 19, 2004 9:31 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

variable problem and gettok

In MSN Topic by DreaM Last activity Jun 17, 2004 6:02 PM

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

mode change msgs in main

In MSN Topic by JeremyStCyr Last activity Jun 17, 2004 7:15 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

hmm do you think this is possible

In MSN Topic by Mr_S Last activity Jun 16, 2004 1:30 PM

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

LockedAutoreply in whisper

In MSN Addons Topic by mc_vertigo Last activity Jun 12, 2004 12:59 AM

topic solved,

Matching post #3,011 by The Gate Keeper Jun 12, 2004 12:55 AM

MSN Modes

In MSN Topic by MucH Last activity Jun 11, 2004 1:42 PM

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

SmilesView.dll

In MSN Topic by Soul Calibur Last activity Jun 11, 2004 9:36 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