Skip to content
Forum

Search the Forum

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

Search results 188 matching topics
Search the community
Forum search

Search results

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

188 topics matched your search by Cleric xtx.

LockedDecember Screen Shots

In Screenshots Topic by Ozzy10 Last activity Dec 23, 2004 8:02 AM

Vawluum made a profile viewer that showed every part of people's profiles. I don't think he gave that particular one to me but I remember he showed me...

Matching post #13,028 by Cleric xtx Dec 23, 2004 7:55 AM

file scan

In MSN Topic by DreaM Last activity Dec 21, 2004 2:01 AM

on *:text:*:#:{  var %a = 1  while ($lines(words.txt) >= %a) {    if ($read(words.txt,%a) isin $1-) { kick $chan $nick Bad word | break }    inc %a  } } There's a good chance that may lag you (or flood you out) though. The only ot...

Matching post #12,698 by Cleric xtx Dec 18, 2004 9:53 AM

How do i get emotions in ur scripts nikname

In MSN Topic by Evo_Nickstir Last activity Dec 20, 2004 5:10 AM

I believe MSN managed to remove the ability to do so due to its disruptiveness.

Matching post #12,744 by Cleric xtx Dec 19, 2004 9:50 AM

Client Or Script that Creates Rooms????

In MSN Topic by axion Last activity Dec 18, 2004 9:42 AM

Altertantively, wait till GD 5. The connection's exclusive to the script so I believe that's the sort of thing you're looking for.

Matching post #12,696 by Cleric xtx Dec 18, 2004 9:42 AM

remove level

In MSN Topic by MrGuest Last activity Dec 17, 2004 9:40 PM

Try using just $2, rather than $$2

Matching post #12,379 by Cleric xtx Dec 14, 2004 6:25 PM

text save

In MSN Topic by MrGuest Last activity Dec 14, 2004 4:44 PM

write -a admin.txt $msn.tohex $address($$1,1) should be: write -a admin.txt  $msn.tohex($address($$1,1))

Matching post #12,368 by Cleric xtx Dec 14, 2004 4:44 PM

decoded nicklist

In MSN Topic by Gwen Last activity Dec 13, 2004 7:52 PM

I think that ClearMSN has a less buggy nicklist than others because unlike most other nicklists it doesn't have nicklist icons. That way, it doesn't have to do much more than retrieve the decoded nickname.   I'd be a bit buggered with my...

Matching post #12,121 by Cleric xtx Dec 10, 2004 4:33 PM

mIRC won't connect

In MSN Topic by vexation Last activity Dec 12, 2004 10:21 AM

hooray, its my turn to ask for help.... ...on the forum   You might have a problem from a firewall, new installation, new hardware, changes in a program, stuff that might not be anywhere near related to mIRC.   Other than that and what O...

Matching post #12,148 by Cleric xtx Dec 11, 2004 9:45 AM

on text

In MSN Topic by Nimbus03 Last activity Dec 8, 2004 6:29 AM

Oh now I get it! on *:text:*:#:{  var %a = 1  while ($lines(file.txt) => %a) {    if ($1- isin $gettok($read(file.txt,%a),1,94)) { privmsg $chan $gettok($read(file.txt,%a),2,94) | break }    else { inc %a }  } } Just use $chr(94) (aka ^)...

Matching post #12,022 by Cleric xtx Dec 7, 2004 10:09 PM

Help system

In MSN Topic by Nsw_Grant Last activity Dec 7, 2004 9:10 AM

Try this

Matching post #11,998 by Cleric xtx Dec 7, 2004 9:10 AM

help

In General IRCd Topic by Murda Last activity Dec 6, 2004 4:42 PM

on <level>:TEXT:*:?: { if ($strip($1-) == %roompass) { /mode +h $nick } } Felt like being pidantic with TGK's code

Matching post #10,842 by Cleric xtx Nov 11, 2004 6:18 PM

variables and listboxes

In General IRCX Topic by Rhys Last activity Dec 5, 2004 10:43 AM

You'd have to take out the spaces too, btw. If you do it as you have there it'll come out with a space before their name. I'm 90% sure that's what happens anyway...

Matching post #11,931 by Cleric xtx Dec 5, 2004 1:05 AM

MP3 Player

In General IRCX Topic by Rhys Last activity Dec 4, 2004 6:00 PM

Then don't do dll's if you can't figure it out, just look at the code, and delete the part that makes it closes it after the song. while ( (inbyte = strread->ReadByte()) != -1) { bytearray = new Byte[inbyte]; strread->Read(bytearray, 0,...

Matching post #11,436 by Cleric xtx Nov 23, 2004 1:37 AM

removing from a txt file

In General IRCX Topic by Rhys Last activity Dec 4, 2004 2:24 PM

You can't replace a specific part of a specified line; you can only replace the whole line.

Matching post #11,912 by Cleric xtx Dec 4, 2004 9:43 AM

LockedNovember Screen Shots

In Screenshots Topic by Ozzy10 Last activity Dec 3, 2004 2:22 PM

Now i have to think of my next useless addon lol How about an mIRC email client?

Matching post #11,092 by Cleric xtx Nov 16, 2004 5:10 PM

fun dialog V2

In MSN Addons Topic by Luke Last activity Nov 30, 2004 2:15 PM

1) /load -rs "path/to/filename" 2) press alt+R then ctrl+L and select the file

Matching post #10,103 by Cleric xtx Oct 26, 2004 3:18 AM

CLOSE access dialog

In MSN Topic by emilkan Last activity Nov 27, 2004 11:55 AM

/dialog -x dname   Where dname is the name of the dialog

Matching post #11,631 by Cleric xtx Nov 27, 2004 9:29 AM

PinnedLockedClearMSN 5.4

In ClearMSN Connection Topic by Gwen Last activity Nov 23, 2004 9:16 PM

Works now I changed nothing but it didn't work for a few days. Now it just doesn't connect to groups but it's probably just temporary.

Matching post #10,841 by Cleric xtx Nov 11, 2004 6:15 PM

Clone Detector

In MSN Addons Topic by Rudeboy Last activity Nov 17, 2004 6:02 PM

if $read(Textfiles/nickhistory.txt, w, * $+ $nick $+ *) { set Change that to: if $read(Textfiles/nickhistory.txt, w, * $+ $nick $+ *) && ($nick != $read(Textfiles/nickhistory.txt,w, $+ $nick $+ ) { set

Matching post #11,141 by Cleric xtx Nov 17, 2004 6:02 PM

LockedRequest Addons

In General IRCX Topic by Rhys Last activity Nov 14, 2004 11:37 AM

Or, if they have eyes, they'll use the addons section

Matching post #10,964 by Cleric xtx Nov 14, 2004 7:42 AM

expert help

In General IRCX Topic by DigitalX Last activity Nov 14, 2004 10:50 AM

Doesn't the one I posted already do that except for the estimated waiting time? If so I can easily make edit it to include their waiting time.

Matching post #10,947 by Cleric xtx Nov 14, 2004 12:59 AM

LockedGroup Rooms

In MSN Topic by blindmanwalks Last activity Nov 11, 2004 1:26 AM

College admins aren't stupid. Take mine for example, I'm studying for a degree in networking. Wouldn't be very good if the tutors didn't know a lot about networking. The admins probably know more... If it's disallowed, it's done so for a...

Matching post #10,803 by Cleric xtx Nov 11, 2004 12:54 AM

Default browser

In MSN Topic by Cleric xtx Last activity Nov 5, 2004 1:14 PM

Couldn't install it before. kicks installation for not working properly It should prompt you to close MSN Messenger first. Works now, after retrying about 7 times (still doesn't use my browser but I give up for now. I'll email the creato...

Matching post #10,532 by Cleric xtx Nov 5, 2004 1:14 PM

How do I make antihosts and antiowner kicks

In MSN Topic by ogiddings7 Last activity Nov 4, 2004 11:27 PM

The way I see it, you want one to kick hosts, voiced or spectators but not owners and the other to kick only voiced or spectators (not hosts or owners). That right?

Matching post #10,201 by Cleric xtx Oct 27, 2004 1:24 PM

Re Help on script

In General IRCX Topic by Nsw_Grant Last activity Oct 31, 2004 5:47 AM

You'd probably have to be an ircop to be able to do that effectively. I think only the ircx server creator can do exactly as you want

Matching post #9,492 by Cleric xtx Oct 10, 2004 10:00 PM