Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

Multiple server identifier

Recommended Posts

  • Administrators

Multiple server identifier

 

This script is a pretty cool one i found. I have always used it. and it is still working. just load into remotes (alt+r) and right click on any channel of your choice, and configure.

 

NOTICE: THIS SCRIPT DOES NOT BELONG TO ME. I AM NOT THE MAKER OF IT. I AM JUST RE POSTING IT WITH A DIFFERENT NAME SO OTHERS MAY FIND IT EASIER.

 

;Shows a link to the script when you right click a status, query or channel window

menu status,query,channel {

  Auto Connect/Join/Identify v3:/showacji

}

 

;Calls the dialog window initialisation and loads the first server

alias showacji dialog -m acji acji

 

;Initialises the dialog window

dialog acji {

  title "Auto Connect/Join/Identify v3"

  size -1 -1 355 425

 

  ; type | text                                | id |  x   y   w   h  | style

 

  text     "Change settings for:",                1,   5   8  100  20

  combo                                           2,  110  5  240  20,  drop

 

  text     "Servers address",                     3,   15  30 160  12

  edit     "",                                    4,   15  45 132  20,  autohs

  text     "Server network",                      5,  153  30 160  12

  edit     "",                                    6,  153  45 132  20,  autohs

  check    "Enabled",                            29,  290  40  55  20

 

  text     "Add nickname",                        7,   22  85  70  20

  edit     "",                                    8,   20  99  72  21,  autohs

  text     "Group password",                      9,   99  85  78  20

  edit     "",                                   10,   99  99  76  21,  autohs pass

  button   "Add nickname",                       11,   20 125 155  25

  text     "View/delete existing nicknames",     12,  182  85 150  20

  combo                                          13,  180  99 155  20,  drop

  button   "Delete nickname",                    14,  180 125 155  25

 

  text     "Add channel to this server",         15,   22 180 140  20

  edit     "",                                   16,   20 194 155  21,  autohs

  button   "Add channel",                        17,   20 220 155  25

  text     "View/delete existing channels",      18,  182 180 150  20

  combo                                          19,  180 194 155  20,  drop

  button   "Delete channel",                     20,  180 220 155  25

 

  button   "Add/Save server",                    21,   20 275 100  25

  button   "Delete server",                      22,  125 275 100  25

  button   "Close manager",                      23,  230 275 100  25,  cancel

 

  box      "",                                   24,   5   22 345 245

  box      "Grouped nicknames",                  25,   15  70 325  90

  box      "Channels",                           26,   15 165 325  90

  box      "Hover over buttons/boxes for help.", 27,   5  305 345 110

  text     "",                                   28,   10 318 325  92,  multi

  ; type | text                                | id |  x   y   w   h  | style

}

 

;On initialisation, display default help text and load first tab

on 1:dialog:acji:init:*: acji.loadgui $iif($gettok($rs(0, Order), 1, 46) != $null, $ifmatch, 1)

 

;loads the gui with the information for the requested server (called with $1 being server number in acjiSettings.ini)

alias -l acji.loadgui {

  acji.resetgui

 

  set %n 1

  while (%n 

Link to comment
Share on other sites



×
×
  • Create New...