View Issue Details

IDProjectCategoryView StatusLast Update
0003166unrealircdpublic2007-04-19 04:22
ReporterMatze Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
OSWin 2003OS VersionSP 1 
Product Version3.2.6 
Summary0003166: [CONF] Alias Block: More then one parameters
DescriptionI want to add an alias block with two or more parameters?

I want to make a user command, like /login <password>, and the server use this commands:
/identify <password>
/join #team



Matze
TagsNo tags attached.
3rd party modules

Activities

Bricker

2006-12-27 13:10

reporter   ~0012918

...why wouldnt you just make a script for your *IRC* client

Bricker

2006-12-27 13:11

reporter   ~0012919

like

on *:connect:{
  if ($network == Somenet) {
    .ns identify <password>
    .j #team
  }

(for mirc)

Matze

2006-12-27 13:27

reporter   ~0012920

Because not all team-users have mIRC or another client, where you can add own scripts.
Some people are online via Java Chat.

syzop

2006-12-28 10:24

administrator   ~0012936

*Perhaps* something for 3.3*, but I agree it gets a little scripty :P.

In any case, not in 3.2*.

Perhaps in 3.3* all alias stuff should be moved to a module as well (a standard module)... seeing it gets bigger and bigger.

Bricker

2006-12-28 10:25

reporter   ~0012937

that might be wise with the module, and of course modules are good to have ;)

Issue History

Date Modified Username Field Change
2006-12-27 05:35 Matze New Issue
2006-12-27 13:10 Bricker Note Added: 0012918
2006-12-27 13:11 Bricker Note Added: 0012919
2006-12-27 13:27 Matze Note Added: 0012920
2006-12-28 10:24 syzop Note Added: 0012936
2006-12-28 10:25 Bricker Note Added: 0012937
2007-04-19 04:22 stskeeps Status new => acknowledged