blob: 4fb4ffe442d4e966905a83cb18fa57919c4b4722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
file() vars
plain number
??????
line() vars
plain number
lastline(X)... where X is the number of lines above the last i.e 0 is last, 1 is second last
"Word"...
random... between 0 and LinesInFile-1 ?????
print()
wholeline(line()).. line as above
start()
number (first char to start coping from)
line()
"" ... find the word inside
csv(line()seperator()) seperator is any single CHAR and "space" or "tab" without ""'s
end()
same as start
- ignore global status change
- only show contacts with protocols visibility (i.e if nimc is set to dnd then only contacts with dnd will be shown) and somehow an option to reverse this...
- a fwe other hidden options which no1 else but me knows about... :D
- hide the protocol status icon in the status menu.. (may as well c how hard it is to add...)
- treat away as another status. (i.e not the same as online where the contacts r always online)
- never allow timer
|