Mean_Machine - Page 18
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

Mean_Machine

Started by Snowman, 12 October, 2003, 11:35:38

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.


Snowman

uNiOn & mau108:
It is not possible in the current version unless you alter the script. It IS possible in the upcoming version though.
The new has a switch for every userlevel to set if all messages should be shown in PM or in main.

Cboy301 & night_hawk:
That one sound VERY odd... especially if it is something it didn't do all the time...
What message does the kicked users get?


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

[T-G-T]M@sto

Hey Snowman.
How to i get +rules to pop up a PM with the rules, and not a PM in the main (hope you understand what i means)
+faq pop up nut not +rules
"I'm using the latest release"
The Ghost Riders - tgr.dyndns.org - The Best Danish Hub

Snowman

[T-G-T]M@sto:
The problem is you have to alter the script it self as it is not possible via settings for now.
Find the line containing:
user:SendData(Bot, "\r\r"..rules)
And replace it with:
SendToNick(curUser.sName, "<" ..Bot .."> \r\n\r\n"..rules.."\r\n")


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

Snowman

Oooops... That smiley should NOT have been there :)
That's part of the script...
Replace the smiley in the last message with a )


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

[T-G-T]M@sto

QuoteOriginally posted by Snowman
Oooops... That smiley should NOT have been there :)
That's part of the script...
Replace the smiley in the last message with a )


Snowman
did not work
"Syntax Error: attemp to index global?curUser?(a nil value)" is what i get
The Ghost Riders - tgr.dyndns.org - The Best Danish Hub

Snowman

Oooopsss again :)

"curUser" in that line should be replaced with "user"


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

[T-G-T]M@sto

QuoteOriginally posted by Snowman
Oooopsss again :)

"curUser" in that line should be replaced with "user"


Snowman
Nice with all your respond, but still no result. The Rules is still written as a PM in mainchat
I even try SendPmToNick and still no result  :(
The Ghost Riders - tgr.dyndns.org - The Best Danish Hub

Snowman

Hmm... I promise I'll look into it closer later tonight but I am rather busy right now :)


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

[T-G-T]M@sto

QuoteOriginally posted by Snowman
Hmm... I promise I'll look into it closer later tonight but I am rather busy right now :)


Snowman
Thats ok, and dont panic I'm the one who written to your email becourse it's easyer in danish  :))
The Ghost Riders - tgr.dyndns.org - The Best Danish Hub

Snowman

[T-G-T]M@sto:
No wonder there was 2 persons asking the same question at the same time :)
But the TESTED lines are below :)

function dorules(user,data)
   local rules =""
   readfrom("Mean_Machine/Rules.txt")
   while 1 do
   local line = read()
      if (line == nil) then
         break
      else
         rules = rules..line.."\r\n"
      end
   end
   SendPmToNick(user.sName, Bot, "\r\n\r\n"..rules.."\r\n")
   readfrom()
end



Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

SlasH

Snowman ,

I switched to MM a lil while back and I would like to say thanks for all the work U do!!! Great job..

                            SlasH

Snowman

SlasH:
Thanks mate :))

On a general note...
About 72-75% done with the new version...
Have some things that REALLY gives me problems at the moment but they WILL be fixed :)


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

BeeR

QuoteOriginally posted by Snowman
SlasH:
Thanks mate :))

On a general note...
About 72-75% done with the new version...
Have some things that REALLY gives me problems at the moment but they WILL be fixed :)


Snowman

Your the man..we know you fix it :][:

 
A cold BeeR is stunning !!

SlasH

Will be waiting for the new release..... 8)

[G-T-E]Gate?

Dear Snow
 Any chance in the new version on adding the possibility for Master/Owner to give chosen Op(s) the right(s)  to use certain commands that are only acessable to The Master/Owner.
and Last but not least...
How does one Update from  version = "2.1.2.2" to  version = "2.2.7.3"  without loosing all the current settings?

night_hawk

and for peer gardain a setting just to remove ip numbers that are good and not bad

MrZ

Hia :))

[G-T-E]Gate? i think ya can just dwl the "Download the latest update (valid for 2.1.2.1)" to do the dwl whithout overwriting any existing settings.

Hmm looked a bit on ur other req,,,
Im not good at lua but its in this line...
if (user.iProfile) == 0 or (user.iProfile) == 1 or (user.iProfile) == 5 then

G luck
Always remember that you are unique... just like everyone else :-D

Snowman

[G-T-E]Gate?:
MrZ is right :))
BTW... All Non-settings commands will be adjustable in the next release. You can as Owner set exactly what userlevels can use which commands...

night_hawk:
Eh... Not sure if I understand you right...
You want to be able to remove SINGLE IP's from the PeerGuardian banlist, right?
That won't be easy, but remember it for later then I'll try to take a look at it when the update in progress are done :)


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

night_hawk

you got it right to be able to remove single ip numbers

mau108

i have a tiny problem

using ptokax td4 with mean machine and a release bot...

the hub works fine and the scripts are fine, but when i check the script editor, after a while i get an error like so

"Syntax Error: attempt to compare number with nil"

since this is in the script editor window i assumed it would be a problem with the script not the hub...

soo any input would be recommended :) thanks

MrZ

Hia again :)

mau108,, i think its like mine,,been there awhile now and is harmless as i know.. lets hope its gone after the next release :))

Syntax error: attempt to call field `func' (a number value)
stack traceback:
   1:  function `OnTimer' at line 3510 [file `G:\Wurlitzer\scripts\Mean_Machine.lua']

Z ya
Always remember that you are unique... just like everyone else :-D

[G-T-E]Gate?

OK Mr.Z  , I saw the reply conecrning Updating M_M . That File I already got and once I examined it I saw >> Mean_Machine\language.dat and of course the Mean_Machine.lua.
The update is a simple drag n drop procudure so it will not provide the option to KEEP Previous Settings and as for the Mean_Machine\language.dat Ive made some additions.
So Iam not really sure  what ur on about ..

This from MrZ
Quote[G-T-E]Gate? i think
isnt a wise way to find out..

Appreciate a reply from someone that has done the update.... from version = "2.1.2.2" TO "2.2.7.3"

QuoteA Wise Man once said "Trial and Error sound be avoided if possible, it Keeps The Gray Hair Count To What is Is "

SlasH

Snowman,

I would like to see !report function added so the owner could see all kicks, bans, drops, warnings, etc. made by his ops.....just a thought...And would like to offer any asstiance I could if U ever need (testing, etc..)

         SlasH

Snowman

[G-T-E]Gate?:
Regarding update...
ALL settings are saved as they are residing in the file "settings.dat".
IF you want to keep any changes you made to the "language.dat" then you must copy/paste from the new file to the old one... Just the bottom lines you can see is new...

SlasH:
I am actually working on a statistics function also so :))
I might also take you up on the testing offer as I don't have a hub myself anymore. So I can only test by loggin in and out of a local hub with a few clients.


Snowman
\"The day Microsoft makes a product that doesn\'t suck, it will be a vacuumcleaner\"

Mean-Machine Homepage

SMF spam blocked by CleanTalk