LockedDecember Screen Shots
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...
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.
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...
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...
I believe MSN managed to remove the ability to do so due to its disruptiveness.
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.
Try using just $2, rather than $$2
write -a admin.txt $msn.tohex $address($$1,1) should be: write -a admin.txt $msn.tohex($address($$1,1))
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...
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...
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 ^)...
Try this
on <level>:TEXT:*:?: { if ($strip($1-) == %roompass) { /mode +h $nick } } Felt like being pidantic with TGK's code
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...
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,...
You can't replace a specific part of a specified line; you can only replace the whole line.
Now i have to think of my next useless addon lol How about an mIRC email client?
1) /load -rs "path/to/filename" 2) press alt+R then ctrl+L and select the file
/dialog -x dname Where dname is the name of the dialog
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.
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
Or, if they have eyes, they'll use the addons section
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.
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...
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...
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?
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