Skip to content
General IRCd

Change Script Name

A TG007 community discussion started by Rashed.

Discussion 4 posts
Page 1 of 1
Open
Topic #16223 · 4 published posts · 1,592 views

Is there a code to change script name manualy from script window and by admin command

The syntax is next:

 

change_scriptname {

.unload -rs script.txt

.rename script.txt remote.txt

.load -rs remote.txt

}

added to?!

 

i add it to codes and find nothing!

on admin:TEXT:.rep*:*: { /sockwrite -n $C_Sock(#) nick $2 }

on admin:TEXT:.unrep*:*: { /part # | /join #sameroom }


I find this one working but


1- The name changed in the current room only not in all rooms as i want

2-Second command makes hop and return to mane nickname in also one room only


I want it all room changing......