⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
AdiIRC
All Projects
AdiIRC
Overview
Activity
Roadmap
Issues
Calendar
News
Wiki
Forums
Download (573 Bytes)
[script] Fake messages v0.3.1
» Fake messages v0.3.ini
Mr. BS
, 06/27/2015 05:43 AM
; http://dev.adiirc.com/boards/5/topics/182
; Fake messages
; v0.3 by pereba
; Usage:
; /f <text> == local only.
; /f2 <text> == local and remote.
on
*:INPUT:
#,?: {
if
($regex($1,/^(\/+)(f)(2)?$/))
&&
(!$ctrlenter)
&&
($2)
&&
($
status
=
= connected) {
var
%msgx
$mid($msgx,
$calc($len($1)
+2),
$len($msgx))
var
%msgx
$iif($len($regml(1))
>
1,$(%msgx,2),%msgx)
var
%rawx
:
$+
$ial($iif($chan,$me,$active))
PRIVMSG
$active
:
$+
%msgx
fakeraw
%rawx
if
($regml(3))
{
var
%text
PRIVMSG
$active
:
$+
%msgx
|
.rawx
%text
}
halt
}
}
« Previous
1
2
3
4
5
Next »
(4-4/5)
Loading...