can any1 make an addfunction to this...
 

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

can any1 make an addfunction to this...

Started by GaMeFaNaTiC, 27 October, 2003, 14:27:26

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

GaMeFaNaTiC

the other thread may of been confusing so this is what i basically want. in skybot 0.2 ther is a function called !albums which shows you the albums in the hub. it reads the text from a txt file in this directory, TUNEZ/albums.txt. ok i found the read bit in the script which is...

function doalbums(user)
	if (not user.bOperator) or (user.bOperator) then
		local albums =""
		readfrom("TUNEZ/albums.txt")
		while 1 do
		local line = read()
			if (line == nil) then 
			break
			else
			albums = albums..line.."\r\n"
			end
			end
		SendPmToNick(user.sName, Bot, albums)
		readfrom()
	end
end


This reads !albums if you are a op not not a op. now next to it or in it i want to add smething like a write function. like when you add vips, the names go in a file and all this is done in main. i wnt a function that can use !addalbum to add text into the .txt file. !addalbum can only also be done by ops only but !albums can be used be anyone. also if possible.. can there also be a delete feature such as !delalbum . i knw this is a lot of things but i am desperatly wanting it and i hope that somebody can make it . thnks for the help people!

TiMeTrAVelleR

Go Here   script made by chiller   i think it has all youre looking for  and more

TiM?

GaMeFaNaTiC

i knw about fresh stuff, but just wnted to add the addfunction to this bot to make it easier.  :))

SMF spam blocked by CleanTalk