Another N00b Question From Me
on ^*:text:*:*: { if ($remove($1-,$chr(91),$chr(93))) isin $1-) echo -s Blah Blah Blah } Works as well.
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.
on ^*:text:*:*: { if ($remove($1-,$chr(91),$chr(93))) isin $1-) echo -s Blah Blah Blah } Works as well.
Next make sure Show Users Colors isnt turned on.
I deleted my previous Owner-Host addon due to a revision in the code. Below is the new code. ;Admin-Trust List by Mail on *:start: { hmake Admin 100 if ($exists(Admin.txt)) hload Admin Admin.txt hmake ownerlist 100 if ($exists(ownerlist....
Works very well. Test it and see. Simply add words to it by typing !adsp .com or !adsp http or !adsp .org or !adsp .net. This one is for Vincula connection. Change the sockwrites and the $msn.ifdecode($nick) for other connections. on *:s...
Its working fine in mine as well. I have no idea why it doesnt work for Bonty.
The updater I use has the following line in it and updates in roughly a second. Less than a second most times. As you can see by the lines posted below. sockwrite $sockname GET /renderchat.msnw $+(HTTP/1.1,$crlf,Host: Chaos,$crlf,User-...
Try turning off "Show user colors" and see if they work after that. Right click in main room window, Go to DogCollar Connection [Main], Click on "Setup Dialog". In that dialog, Click on "Room Options" and scroll down in that list until y...
Isnt what I am getting. I used to get that return. Now I dont. No idea what MSN has done now lol, but the one I posted is effective as well.
I am not sure why its not halting, but I do see a couple of missing () errors. Should be corrected now. on admin:text:*testkick*:#: { if (admin isin $level($address($nick,6))) /msg $chan NO-WAY, they are protected! { halt } else set %c...
I suggest adding the halt to your version check for webtv and place the version check before the time check or the ping check. Halting for a version response of webtv if done before time or ping should solve your problems. If not you cou...
First, your room has to have mode +m set in the modes. After that if you -v someone they will be a spectator.
on 1*:TEXT:*:?:{ close -m $nick }
ctcp *:ERR*:*: { if ($2 == NOUSERWHISPER) { msg $comchan($nick,1) Please enable your whispers $nick :D } }
Try downloading a new copy then and see if that doesnt fix your problem. The new copy should have been updated by Dave already so you won't have any updating to do until Dave does his next rounds of updates.
You could just have a host code in your script that hosts could whisper to your script so they can be hosted. Just thinking out loud here.
/echo
Tested and fully functional for Vincula. Using 6.16, but should work for previous versions as well. on ^*:JOIN:#: { if ($nick !isin $hget(userpics,$nick)) halt msg $chan $hget(userpics,$nick) } menu nicklist { Add Nick:hadd -m userpics $...
This works as well. If you upload pics ASCII then you won't have any problems naming them a plain text nick. Sorry this isnt a complicated ini code but it does work as I have tested it. I even added a whisper command so you dont have to...
This is a different updater. Not from JD but made by Vulcan I believe. I only modified it to set the cookies for Vincula using 6.1.6 or older versions. It will probably work for 6.1.7 as well. Click Here To Download Extract it and...
When you paste the http://chat.msn.com/renderchat.msnw Link in the address bar, And a new window opens, Right click anywhere in that window and click View Source once again and all your cookies will be there.
Try typing this in your script window. //echo -a $replace(AAaaBBbbCCcc,AAaaBBbbCCcc,AaBbCc)
You are reading it wrong actually. The Trust list is already 100 and the hostlist is 10. Below I spaced it so you can see it better. hmake Trust 100 if ($exists(Trust.txt)) hload Trust Trust.txt hmake hostlist 10 if ($exists(hostli...
Even though its December, I will go ahead and post this here anyway. I made a shitlister using Hash Tables. Its works for Vincula but should be easy enough to modify for other connections. #shitlist on ;Hash Table Shitlister by Mail on *...
prop $chan hostkey $read keys.txt Shouldn't the part in red be $read(keys.txt) ?
Something like this maybe. Code made by [ice][Angel], Sameh, and myself. raw knock:*:{ if ($2 == 913) && ($me isop $1) { if ($level(*! $+ $address) == Admin) { access $1 delete deny $replace($address,GateKeeperPassport,*$*) ...