noMen

noMen

Joined
Jan 12, 2006

Activity Stream

noMen commented on a Page, INI editor  -  Sep 20, 2007

Well the new one also contains combo 7, 5 118 82 13, drop. 13 is not much .... well it works for you, I\'m happy for you

 Respond  
noMen commented on a Page, INI editor  -  Sep 20, 2007

Uploaded, look for yourself. Made in mirc 6.21

 Respond  
noMen commented on a Page, INI editor  -  Sep 20, 2007

I just tested it in 6.21, same problem. Can I upload a screenshot somewhere?

 Respond  
noMen commented on a Page, INI editor  -  Sep 20, 2007

@xDaemon: you must have very good eyes to see all those files in a blue selection bar with a height of about one pixel . Or you don\'t have any ini files at all. \"combo 7, 5 118 82 13, drop\" drops down the combo list at most 13 dbu\'s down which is just a little bit more than the height of the edit field in the combi list. At least it is in my mIRC version (6.17).

 Respond  
noMen commented on a Page, INI editor  -  Sep 20, 2007

I\'ll help you ... dude, change:

combo 7, 5 118 82 13, drop 

into:

combo 7, 5 118 82 100, drop

Only then I see the files when I click the down arrow of the combo-box.
Did anybody test this seriously??? xDaemon too????

 Respond  
noMen commented on a Page, INI editor  -  Sep 19, 2007

The combo list stays empty when I call the dialog. I can only enter a letter and after that the ini files are shown in the table list. The idea is good, but it needs some rework.

 Respond  
noMen commented on a Page, INI editor  -  Sep 19, 2007

After you have added something you should test it ... dude. Now get the combo list working ($dname 7).

 Respond  
noMen commented on a Page, INI editor  -  Sep 18, 2007

If it is only me with the problem why did you add a bracket? The code you gave originally doesn\'t show the popup menu! It was NOT tested!

 Respond  
noMen commented on a Page, INI editor  -  Sep 18, 2007

I have given it 2 two points, because obviously it wasn\'t ripped...

 Respond  
noMen commented on a Page, INI editor  -  Sep 18, 2007

Nice idea ... but did you test it wel? No you didn\'t.

on *:dialog:initable:init:0:{
  var %c = $findfile($mircdir,*.ini,0,did -a $dname 7 $nopath($1-))
  return %c
}

This doesn\'t fill the filelist with the ini.files. %c will only contain the number of ini files that were found. And what is that return %c doing there?

alias ini.dialog { if (!$dialog(initable)) { dialog -m initable initable }

There is a } missing here with the result that the menu n\'t shown in the menubar.

I\'ll give it a \"1\" for the time you spend on it ...
bweh

 Respond  
noMen commented on a Page, /motd Window  -  Jul 31, 2006

we are bored too

 Respond  
noMen commented on a Page, iBot v2.1  -  Jun 22, 2006
noMen commented on a Page, iBot v2.1  -  Jun 21, 2006

Hash tables have one big disadvantage to me: you have to hsave them. That means, if mIRC crashes you will loose all your data. A small disadvantage is that you cannot change the contents easily unless you have some kind of editor. About speed and INI: if your PC dates from 1990 or so, yes you should use hash tables. But modern PC\'s process INI files fast enough. By the way: INI files are processed in memory! Re: /help /flushini

 Respond  
noMen commented on a Page, Channel Greet With Nick Counter  -  Jun 20, 2006

Rectification! Mind the extra ]

You can count the users per channel by using %totalusers. [ $+ [ $chan ] ] and %totaldate. [ $+ [ $chan ] ] and of course # instead of #channel.

Why can\'t we edit comments? :S

 Respond  
noMen commented on a Page, Channel Greet With Nick Counter  -  Jun 20, 2006

You can count the users per channel by using %totalusers. [ $+ [ $chan ] and %totaldate. [ $+ [ $chan ] and of course # instead of #channel.

 Respond  
noMen commented on a Page, Easy mode  -  Jun 16, 2006

Just a few hours ago the score showed an 8. I didn\'t know what to say, but you come very close Happy.

 Respond  
noMen commented on a Page, on join op script  -  Jun 15, 2006

on *:JOIN:#: {
if (!$istok(blah1 blah2 blah3, $nick, 32) && ($nick !isop $chan)) {
mode $chan +o $nick
}
}

 Respond  
noMen commented on a Page, on join op script  -  Jun 15, 2006

\"Its very easy to use\" you said. \"Its not usable at all\" I say. It contains two errors and after correcting them it will try to op the nick everytime somebody else joins the channel. \"Its very easy to use\" you said. \"Was it so difficult to test?\" I ask you. Score: 0.0

 Respond  
noMen commented on a Page, Last X Lines v2.0  -  Jun 13, 2006

-l

 Respond  
noMen commented on a Page, Last X Lines v2.0  -  Jun 13, 2006

Usefull. Maybe you should add a check for the existence of table lastline and otherwise /hmake it. Also: how to select all lines? I don\'t want to count them so I\'de like to enter something like 9999 and the snippet gives me all lines instead of an error message.

 Respond  
noMen commented on a Page, ControL  -  Jun 10, 2006

Thank you :)

 Respond  
noMen commented on a Page, All-Around-Bot v 0.5  -  Jun 04, 2006

This if will not do what you expect:

   if (# isin $1-) {

This if will match when somebody mentions YOUR room, not A room with the # character. You should use:

   if (# !isin $1-) && ($chr(35) isin $1-) {

Furthermore, I like simple scripting too, but it is lame if you don\'t even use \"elseif\".

 Respond  
noMen commented on a Page, Event and message logger  -  May 17, 2006

I edited the code to prevent an empty message window to show up when you open and close a dialog that was minimized on your taskbar.

 Respond  
noMen created a Page  -  May 16, 2006
557 

This is a snippet from my own script, Razor Blade. When you deactivate mirc to do something else like e-mailing, browsing or what ever, all events like kick, ban, mode, op, deop, will be logged into a separate window, which shows up when you activate mirc again. You will miss nothing! The code can be changed easily for your own needs. Just load the snippet as a separate scriptfile into your remote...

noMen commented on a Page, Beer  -  Apr 09, 2006
  if (%pflood != on) {
    inc %beer
    describe $chan thanks $nick then goes on with his life ( $+ %beer beers)
    set -u5 %pflood on 
  }
 Respond  
noMen commented on a Page, Add Random Comments For Your Bot  -  Feb 24, 2006

I\'m sorry but I don\'t see the use of tokenize. Also $$1 is not necessary: if ($strip($1) == !add) works fine.

 Respond  
noMen commented on a Page, Add Random Comments For Your Bot  -  Feb 22, 2006

If you let users store and recall phrases in/from your bot you should use \"n\" in the read statement, like $read(random.txt, n). Otherwise they can take control of your bot. Another thing: if you have many phrases in random.txt, probably !list will let your bot flood. Instead of while loop and notice you could also play the file privately to the user.

 Respond  
noMen commented on a Page, zQuote  -  Jan 28, 2006

If the n switch is specified then the line read in will not be evaluated and will be treated as plain text.

 Respond  
noMen commented on a Page, zQuote  -  Jan 28, 2006

I havetested this snippet, it is vulnerable! Add the ,n parameter to all $read statements!!! Use /help $read for more info.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.