mIRC won't connect
try a new mIRC, sometimes it the actual mirc.exe file itself that stuffs up. don't ask how i know why, but this is how i fixed several of GuarDDog's problems between 4.1 to 4.2
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.
try a new mIRC, sometimes it the actual mirc.exe file itself that stuffs up. don't ask how i know why, but this is how i fixed several of GuarDDog's problems between 4.1 to 4.2
i'll have a crack at this. Haven't actually been around IRCD but it should be the same thing. replace the things in brackets with what you want it as on <level>:TEXT:*:?: { var %t $strip($1-) | if (%t == %roompass) { /mode +h $nick }...
put this in your init of dialog didtok $dname <id> 44 %mirc.adminsonline
oh ok thaks only way to replace a section in the line is by reading that line first, setting it to a variable, replacing what you want in that variable, and then writing that back over the line. example: alias txtrepex { var %filenam...
for ozzy's recommendation, it would be better to do $comchan($nick,1) because they may not be in the first channel your in, so this is alittle more accurate.
layout is ok, nothing i haven't seen though, icons are easy changeable in 6.03 with resourcehacker so i'm not really impressed by the different icons. time stamp is really a waste because everyone would know the time on their computer. S...
hmm, not sure what your going on about so send it to my email address [ [email protected] ]
after you got the bot into the room, you need to set the trivia room [though the dialog] in IRC format. so if the room was Hello i would set it to %#Hello if the room was I love GuarDDog i would set it as %#I\blove\GuarDDog %#...
in the dialog, where you want the window to appear, make it as a button, including the size. So if you wanted a pretty big window, it would originally be a pretty big button. from there, you will need both mdx.dll and dialog.mdx dl...
no worries, always glade to help.
i tryed the code u gave me m8 but it dont workany other ideas ? the code should be as followed on *:DIALOG:<dialog name>:<event>:<id relation>: { command } e.g. on *:DIALOG:test:sclick:1: { echo -at hello } e.g. 2 on *:DIALOG:t...
well firstly, it is possible. but it could only be done through 1 mIRC. So then it gets alittle trickly. Secondly, it would involve your own coding because noone is going to sit there writing it up for you. I can give you an example i...
alias html return $+(",$scriptdir,dll\nHTMLn_2.9.dll,") alias mdx return $+(",$mircdir,system\dll\mdx.dll,") ozzy's code is correct, the one that i posted is in the same format as you want it, but this one should work.
only reason that a connection would flood out when you join is because mIRC is trying to operate to many things at once. ClearMSN on its own is already pushing it, and if you have more On Join events, well, that will just push it over th...
here, read this. http://www.techgear007.net/pageslite/tutorials/subinfo.php just before you go to change the page viewed to the renderchat.msnw page, right click on the current screen and go view source [try up in the orange section...
to fix that, change /msg to .msg
why don't you just use a full socket updater instead of half socket, half nHTMLn because you get alittle faster results and also, there are working full socket updaters out there which you could look at. Some are on Techgear's download s...
on *:join:* { /.ctcpreply $nick TIME 
 (co) @movie 
 (co) @soon } i think this is what you want.
on *:JOIN:#: { if ($nick == $me) { unset %unban. [ $+ [ $chan ] ] } } on *:KICK:#: { set %unban. [ $+ [ $chan ] ] $knick } on admin:.unban: { access $chan delete deny *! $+ $$ial(%unban. [ $+ [ $chan ] ] $+ *,1).addr access $chan delete...
what version of vincula are you using and who was it edited by and when.
when you record your listing, you should put the nickname first, then the address, so you can use $read(Textfiles/nickhistory.txt, s, $nick $+ $chr(32)) which basically searches the database for the anything begining with. Personally i w...
with your mdx to views line make sure you have this in it. single e.g. dll $mdx SetControlMDX $dname 1 ListView report single > $views
could you also post what connection you are using so we have a better idea on how to solve your problem.
blaine, extract 4.2 on its own again, and vincula should not have the error anymore. GuarDDog should automatically fix itself up now because i updated it's updater.
for screenshot you can use control + print screen or just print screen, i think it depends on your OS. but the majority of them can just take print screen alone. but they make absolutely no difference. for the window. use the following...